kazoo icon indicating copy to clipboard operation
kazoo copied to clipboard

Add support for remove_watches operation

Open hannosch opened this issue 11 years ago • 4 comments
trafficstars

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 avatar Aug 11 '14 11:08 hannosch

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

hannosch avatar Aug 11 '14 12:08 hannosch

Actually this is covered by PR #189.

hannosch avatar Aug 11 '14 12:08 hannosch

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

rgs1 avatar Feb 03 '15 04:02 rgs1

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

StephenSorriaux avatar Mar 08 '24 19:03 StephenSorriaux