kezhuw opened a new pull request, #2301: URL: https://github.com/apache/zookeeper/pull/2301
`ZooKeeper::builder` should be better: 1. More exposure chance as a newly introduce method in class `ZooKeeper`. 2. No need to import or remember the newly introduced class as most `ZooKeeper` instances could be built in one chain. `ZooKeeperBuilder` is introduced in 3.10.0 so it safe to do this. Refs: ZOOKEEPER-4697 -- 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. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org