node-zkplus icon indicating copy to clipboard operation
node-zkplus copied to clipboard

More useful ZooKeeper APIs for Node.js

Results 16 node-zkplus issues
Sort by recently updated
recently updated
newest added

Having zookeeper server running in localhost is inconvenient ;) This pull request make possible to lunch a zookeeper server in docker with the necessary binding.

Hi mcavage, I've encountered a bug when invoking `client.close()` ``` /Users/laike9m/ICT/ICT_Projects/zk/node_modules/zkplus/node_modules/once/once.js:16 return f.value = fn.apply(this, arguments) ^ TypeError: Cannot call method 'apply' of undefined at f (/Users/laike9m/ICT/ICT_Projects/zk/node_modules/zkplus/node_modules/once/once.js:16:25) at Client. (/Users/laike9m/ICT/ICT_Projects/zk/node_modules/zkplus/lib/client.js:215:17)...

(Possibly related to Issue #3 from 2012?) I have a trivial code sample: ``` js var zkplus = require( 'zkplus' ); var client = zkplus.createClient({ connect: false , servers: [{...

The "Hello world example" at http://mcavage.me/node-zkplus/ is missing a comma before "port" when incoking createClient. The example in the bundled README.md appears to be correct.

connection_interrupted and session_expired are not emitted by node-zookeeper. They have been replaced by not_connected and error.

In trying to install the latest version of zkplus with 'npm install zkplus', I get the following error: /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:8 cwd = origCwd.call(process) ^ Error: ENOENT, no such file or directory...

I'd like to understand a bit more about an error that I get every once in a while. exception: operation timeout exception type: undefined exception arguments: undefined stack: ZooKeeperError: operation...

Hi, I really like the zkplus . Thanks for such a nice abstraction . I am currently struck at a point. I am able to catch the close event but...

Hi, am i right that you are support your lib only for smart os? :) Sorry for this question, but it is critical for me cause i'm using your module...