Github user dragonsinth commented on the pull request:
https://github.com/apache/curator/pull/34#issuecomment-52510910
So I wasn't planning to re-implement NodeCache or PathChildrenCache in
terms of TreeCache, but just to add the new events into the existing code,
basically.
That said, with max depth of 0, TreeCache ~= NodeCache; with max depth of
1, it's ~= PathChildrenCache. So instead of adding the new event listener
types to the old classes, we could just deprecate everything and double-down on
TreeCache. That seems reasonable to me.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---