You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/11/18 08:01:49 UTC

[GitHub] [zookeeper] maoling opened a new pull request #1149: ZOOKEEPER-3611:addWatch api supports all watch event type, strengthen the corresponding CLI and add a documentation

maoling opened a new pull request #1149: ZOOKEEPER-3611:addWatch api supports all watch event type, strengthen the corresponding CLI and add a documentation
URL: https://github.com/apache/zookeeper/pull/1149
 
 
   - add three new modes: `STANDARD_CHILD`,`STANDARD_DATA`, `STANDARD_EXIST` to `addWatch()` api to keep behavior and semantics consistency with the original tradational one-time watch. For example: `zk.getChildren(path, watch, stat);` equals to `zk.addWatch(path, watch, STANDARD_CHILD);`
   - make the CLI: `addWatch` more user friendly and add a doc.
   - more details in the [ZOOKEEPER-3611](https://issues.apache.org/jira/browse/ZOOKEEPER-3611)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services