node-zookeeper
node-zookeeper copied to clipboard
node.js client for Apache Zookeeper
As FIPS_mode is only used to conditionally print an info message this may be a reasonable fix for #318 ## Description A mechanism to apply patches, in this case used...
**Describe the bug** The native code fails to compile and link from version 5.1.0 onwards. The culprit seems to be an undefined reference to `FIPS_mode' **To Reproduce** On a Ubuntu...
Hi, Does this library support [persistent watches](https://zookeeper.apache.org/doc/r3.9.0/zookeeperProgrammers.html#sc_WatchPersistentRecursive), it's not clear after checking the README.
## Description add a disconnected state event ## Motivation and Context 1. To solve ISSUE #351 (can't report network error event); 2. Support for listening to network error events. ##...
Users of the LeaderSelector must pay attention to any connection state changes. If an instance becomes the leader, it should respond to notification of being SUSPENDED or LOST. If the...
**Is your feature request related to a problem? Please describe.** I have difficulties reading the documentation and especially what each parameter does. **Describe the solution you'd like** Could you please...