Nextdoor / ndserviceregistry

Nextdoor ServiceRegistry Foundational Python Class
27 stars 12 forks source link

This is potentially dangerous behavior in large installations where #50

Closed diranged closed 10 years ago

diranged commented 10 years ago

thousands of clients could all start slamming the Zookeeper hosts with 'get' calls.

The watches themselves should push data to the clients, and the clients should just accept it -- without making further calls. This change deprecates the old behavior.

(issue #39)

cmclaughlin commented 10 years ago

Not familiar with this code, but LGTM.