Skip to content

Alittleworm/zkClient

Repository files navigation

CppZooKeeperApi

A C++ ZooKeeper API wrapper

编译方式: cd zookeeper-3.4.10/src/c ./configure make cd ../../../ make

Build(Linux)

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

zkClient

Releases

No releases published

Packages

No packages published