node-zookeeper
node-zookeeper copied to clipboard
node.js client for Apache Zookeeper
Could not find any documentation or guide on how to configure the below values in the client ``` client.secure=true ssl.keystore.location= ssl.keystore.password= ssl.truststore.location= ssl.truststore.password= ``` etc. Can someone help solve this?
**Describe the bug** Importing package in both main and worker thread will cause Error: Module did not self-register. It will works if only main or worker thread is importing the...
**Describe the bug** If timeout is reached (rc: -7) during the first init() call, I receive the error below and app crashes with code: 139. ``` Assertion failed: loop->watchers[w->fd] ==...
**Is your feature request related to a problem? Please describe.** I have the problem that I have to delete a node with multiple (+1000) children sometimes. **Describe the solution you'd...
Thank's to [this PR](https://github.com/yfinkelstein/node-zookeeper/pull/273/), there is now possible to setup dynamic reconfiguration! There is an `examples` folder with fully functional code on how to use this library. But the new...
**Is your feature request related to a problem? Please describe.** There should be a working runnable code example for using the ACL feature of the library. Example code exist in...
Investigate if building with N-API would be usable in this project. Article here: https://nodejs.medium.com/building-modern-native-add-ons-for-node-js-in-2020-cd3992c68e0
Is `Ability to remove watchers` a feature that should be implemented in this client? http://zookeeper.apache.org/releases.html#releasenotes
Is Local sessions a feature that should be implemented in this client? http://zookeeper.apache.org/releases.html#releasenotes
There is no support of [Transaction class](https://zookeeper.apache.org/doc/r3.4.13/api/org/apache/zookeeper/Transaction.html) Do you have plans of implementing it?