sgroschupf/zkclient

Write data bug

Opened this issue · 1 comments

I have used the api to write data into zookeeper,there is an error as follows:
zk_error

then, i try to buid the new jars according to the README file ,there is anthor error: can not download the
gradle-1.3-bin.zip when i execute the command "./gradlew test"

I'm having the same problem when I try to write to zookeeper.

Edit: I've solved the problem using the ZKStringSerializer when I instantiate the ZkClient.