afaik there is no c++ native library, see also: https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZKClientBindings
take a look at the code in src/contrib/zkfuse/src/ for an example of how c++ can be used to access the c library. Patrick On Tue, Oct 8, 2013 at 1:34 AM, 吴腾飞 <[email protected]> wrote: > Hi,all > > > > I looking for c++ client for zookeeper. > > > > Where I can find it? > > > > Thanks, > > > > Albert Wu >
