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

Does kazoo provide a "zoo_remove_watches" interface similar to zookeeper C API #638

Closed youweisheng closed 6 months ago

youweisheng commented 3 years ago

What would you like to be added

When monitoring a znode with datawatch, if the znode has not changed, how to destroy the monitoring of datawatch

Why is this needed

Does kazoo provide a "zoo_remove_watches" interface similar to zookeeper C API

StephenSorriaux commented 6 months ago

Not yet, see https://github.com/python-zk/kazoo/issues/233