Randgalt opened a new pull request #335: [CURATOR-549] Recipes based on Persistent Recursive Watchers URL: https://github.com/apache/curator/pull/335 Note: this is based off #334 This PR adds several recipes that use the new ZOOKEEPER-1416 Persistent Recursive watches from ZooKeeper 3.6.0. ## PersistentWatcher A wrapper recipe that keeps a persistent (single or recursive) set and active through disconnections, etc. ## CuratorCache Completely re-written cache recipe that will replace `TreeCache`, `NodeCache` and `PathChildrenCache`. With the benefit of persistent recursive watchers, the implementation is far simpler, will use significantly less resources and network calls, be easier to support and should be more stable and performant. Wrappers for the older cache's listeners are provided to help with transitions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
