conservator icon indicating copy to clipboard operation
conservator copied to clipboard

C++ Zookeeper client library inspired by Apache Curator

Results 6 conservator issues
Sort by recently updated
recently updated
newest added

1 In ConservatorFramework.cpp, the watcher function has some minor problem with lock---wait---notify. There is a chance the wait operation may never be wake up. 2 There is lack of code...

1. add handle() to return zhangle_t, so user can call zoo_* functions exposed by zookeeper.h, such as zoo_client_id. 2. and add output parameter result path for CreateBuilderImpl::forPath so user can...

``` watcherFn is null calling zoo_exists on /services ```

Given conservator returns the ZK lib error code values from multiple functions, it would be valuable to have an int code->string msg lookup service. This could be just a wrapper...

https://curator.apache.org/apidocs/org/apache/curator/framework/api/CreateBuilderMain.html#creatingParentsIfNeeded--