python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

Add support for remove_watches operation #233

Open hannosch opened 10 years ago

hannosch commented 10 years ago

ZK 3.5 adds a new remove_watches operation, implemented in the C library in https://issues.apache.org/jira/browse/ZOOKEEPER-1887 and parent issue https://issues.apache.org/jira/browse/ZOOKEEPER-442.

This is the new type code 17.

hannosch commented 10 years ago

Looks like this might already exist in a fork at https://github.com/rgs1/kazoo/commit/44ca48e975aeea3fd0664fe13136a72caf89e54f

hannosch commented 10 years ago

Actually this is covered by PR #189.

rgs1 commented 9 years ago

i'll rebase my branch on master + add some tests

StephenSorriaux commented 6 months ago

Partly done in https://github.com/python-zk/kazoo/pull/715