node-zkplus
node-zkplus copied to clipboard
More useful ZooKeeper APIs for Node.js
Since the commit 0881c8b5668e9f10c2da2aa34649291df2ed861d, the test "connect no-op" fails. Here some infos : node v0.8.8 zookeeper 3.4.3 My server is correctly running during the test session. ``` -> % npm...
Simple test file: https://gist.github.com/3921228 Launch it, then do multiple ./zkServer.sh restart on your server. You will then see that children events are growing by a factor of 2 each time...
Should theses errors be emitted on watcher? Talking of https://github.com/mcavage/node-zkplus/blob/master/lib/client.js#L776 Can do it if you agree
Sorry to spam you with issues but. Why not accept all data formats in zkplus? One thing that blocked me was that I wanted to store some text into /a/node...
Hello. Since you switched to your mcavage/node-zookeeper fork, there's no more a 'close' event sent when a zookeeper session expires. We have been able to reproduce this, very easy: -...
i put together this locking example by following the zookeeper cookbook. let me know if you think it might be a useful thing to put inside node-zkplus and i can...