ZooKeeper原理及使用

http://www.wuzesheng.com/?p=2609#more-2609

1、开源客户端的使用
ZkClient
https://github.com/adyliu/zkclient/wiki/tutorial
<dependency>
	<groupId>com.github.adyliu</groupId>
	<artifactId>zkclient</artifactId>
	<version>2.1.1</version>
</dependency>



你可能感兴趣的:(ZooKeeper原理及使用)