yfinkelstein / node-zookeeper

node.js client for Apache Zookeeper
MIT License
479 stars 111 forks source link

Persistent watches #331

Open madtrick opened 1 year ago

madtrick commented 1 year ago

Hi,

Does this library support persistent watches, it's not clear after checking the README.

DavidVujic commented 1 year ago

Hi @madtrick! I am not sure, but don't think that the C client (that this library is built on top of) supports that yet. I found this issue: https://issues.apache.org/jira/browse/ZOOKEEPER-4498?jql=text%20~%20%22persistent%20watch%22