Is there way to watch for a deletion of a child node? The callback thus contains the node path which is being deleted.
The only way I would see it to work is to load a list of the children and when a ChildrenWatch gets triggered, use it to compare with the list of children returned. But this is not very intuitive. There must be a better way to do this? Thanks for any suggestion, Yang -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/How-to-set-a-watch-for-a-deletion-of-a-node-tp7579974.html Sent from the zookeeper-user mailing list archive at Nabble.com.
