7.3. 热客户端连接池配置 在本发行版本中,Data Grid Hot Rod C++ 客户端允许您在连接池耗尽时配置恢复策略。 configurationBuilder.connectionPool ().exhaustedAction (WAIT) 无限期等待连接返回并可用。 configurationBuilder.connectionPool ().exhaustedAction (EXCEPTION) 抛出 NoSuchElementException。 前一个下一个