kezhuw commented on PR #1998: URL: https://github.com/apache/zookeeper/pull/1998#issuecomment-1538695645
We are approaching [ZOOKEEPER-4472][]. * [ZOOKEEPER-4466][](#1859) enables multiple modes on one path. * [ZOOKEEPER-4471][] forbids partially watcher removing in server side. These is no such "partial removing" in client side. * [ZOOKEEPER-4472][] proposed to individual `WatcherType`s for persistent watches. Combine them all, we will have orthogonal watcher modes for clients. Watching or un-watching a path in one mode will not break other watching modes on same path. [ZOOKEEPER-4466]: https://issues.apache.org/jira/browse/ZOOKEEPER-4466 [ZOOKEEPER-4471]: https://issues.apache.org/jira/browse/ZOOKEEPER-4471 [ZOOKEEPER-4472]: https://issues.apache.org/jira/browse/ZOOKEEPER-4472 cc @eolivelli @tisonkun @Randgalt @symat @maoling @cnauroth -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
