The thing is I don't want to set a watch on that particular child node. I am using the parent node as a container table and I would like to be notified through a Watch mechanism any of my child is being deleted and which child is that (via a node path).
That way I don't have to set a watch for each child node when it is getting created and I can track it on the parent node level only. Isn't there a way to get around this please? Thanks for the hints, Yang -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/How-to-set-a-watch-for-a-deletion-of-a-node-tp7579974p7579976.html Sent from the zookeeper-user mailing list archive at Nabble.com.
