fluo
fluo copied to clipboard
Limit connections to Zookeeper
The method FluoAdminImpl.mergeZookeeperConfig currently creates a curator to connect to Zookeeper. This method could accept a curator object and calls to it could be changed to limit the number of connections to Zookeeper.
Noticed that CommandUtil.verifyAppInitialized() also creates a curator.
Not sure if this was done. Removing the milestone. Please add the correct milestone and close if completed.