Nextdoor / ndserviceregistry

Nextdoor ServiceRegistry Foundational Python Class
27 stars 12 forks source link

Enabled getting data from ZK without creating watchers. #55

Open skrawcz opened 10 years ago

skrawcz commented 10 years ago

There are some use cases where you do not want to create a watcher object. E.g. you are traversing a hierarchy, or performing some admin on the data in ZK.

Expose a method/functionality to do so, pretty please.