fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Limit connections to Zookeeper

Open mikewalch opened this issue 8 years ago • 2 comments

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.

mikewalch avatar Aug 03 '17 13:08 mikewalch

Noticed that CommandUtil.verifyAppInitialized() also creates a curator.

keith-turner avatar Aug 04 '17 00:08 keith-turner

Not sure if this was done. Removing the milestone. Please add the correct milestone and close if completed.

ctubbsii avatar Apr 25 '18 21:04 ctubbsii