A C++ ZooKeeper API wrapper
编译方式: cd zookeeper-3.4.10/src/c ./configure make cd ../../../ make
git clone https://github.com/godmoon/CppZooKeeperApi
cd CppZooKeeperApi
chmod +x ./make_dep.sh
./make_dep.sh
make
You will get two library files: libCppZooKeeper.so and libCppZooKeeper.a
Zookeeper C语言API封装和注意事项:http://godmoon.wicp.net/blog/index.php/post_255.html
那些年,我们一起踩过的ZooKeeper的坑:http://godmoon.wicp.net/blog/index.php/post_421.html