Randgalt commented on a change in pull request #338: [CURATOR-549] Prep for
Persistent Watchers by moving to ZK 3.6.0
URL: https://github.com/apache/curator/pull/338#discussion_r344515259
##########
File path:
curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java
##########
@@ -620,6 +621,15 @@ ZooKeeper getZooKeeper() throws Exception
return client.getZooKeeper();
}
+ Object getZooKeeperAdmin() throws Exception
Review comment:
This method does the `isZk34CompatibilityMode()` check though. You don't see
value in that?
----------------------------------------------------------------
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