I have a single zookeeper client host.
- The host creates an ephemeral znode
- The host set a data-watch by calling
getDatafor this znode. - The host calls
setDatafor this znode.
Is the host supposed to receive a data-changed-event in this case?
I've tested it and there is no event. So I'm trying to figure out is it correct behavior or a bug in my code.
