a. Exposing the Stat object allows us to read the previous version
> of the zookeeper value, and we can use that to write the new value if
> the expected version of the previous value is correct.
>
> Are you using zookeeper client 3.3.4 or older ?
>
> Thanks,
> Neha
>
> On We
Could you share what changed in zkclient-20120522.jar?
I found that watchers were canceled when the zookeeper connection was
interrupted and reconnected with another application. If the new
zkclient-20120522 resolved this issue, I need to update this library
in my other projects.
I really appreci