Apache Curator 2.6.0 发布,此版本包括了一些新特性(curator RPC)和 bug 修复:
Bug 修复:
[CURATOR-110] - LeaderLatch does not complete if it is started without a connection to ZooKeeper
[CURATOR-116] - Ordering of delayed distributed queue is inconsistent
改进:
[CURATOR-93] - Have TransactionCreateBuilder implement Compressible
[CURATOR-114] - TestingServer should expose restart() method.
新特性:
[CURATOR-88] - RPC Interface for Curator
更多内容请看发行说明。当前版本源代码下载请前往这里,二进制包会提供在 Maven 中心
zookeeper 的客户端调用过于复杂,Apache Curator 就是为了简化zookeeper客户端调用而生,利用它,可以更好的使用zookeeper。
项目主页:https://issues.apache.org/jira/browse/CURATOR#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel
下载地址:http://www.apache.org/dyn/closer.cgi/curator/
来自:开源中国社区

