Fuyan Wang created ZOOKEEPER-1935:
-------------------------------------

             Summary: Current ZooKeeper C Library (Client) makes a distinction 
between removing a child node and adding a child node on receiving 
ZOO_CHILD_EVENT session event
                 Key: ZOOKEEPER-1935
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1935
             Project: ZooKeeper
          Issue Type: Improvement
          Components: c client
            Reporter: Fuyan Wang


I want to determine whether a node adds or removes a child node. But based on 
the currently implementation, I can only to get the session event 
ZOO_CHILD_EVENT. There is no ways to determine whether it is an add child event 
or a delete child event.

If we enhance this event, it can benefit people having a similar requirement. 
Thanks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to