You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Jordan Zimmerman <jo...@jordanzimmerman.com> on 2020/04/01 12:36:08 UTC

Final PR for CURATOR-549

Hi,

Thanks everyone for the reviews on the last portion of CURATOR-549 which added the new cache and persistent watch recipes. This is the final PR for CURATOR-549. It adds a bridge cache that uses TreeCache for pre-3.6 ZK and the new CuratorCache for ZK 3.6+. I'd appreciate any/all reviews/comments on it. This was a huge change - thanks again to all who have helped.

https://github.com/apache/curator/pull/336 <https://github.com/apache/curator/pull/336> 

-Jordan