Limit connections to Zookeeper
Open
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start with FluoAdminImpl.mergeZookeeperConfig, which currently creates a Curator connection, and trace the Curator calls made within the method. Determine how a supplied Curator object would be used and verify that the completed change limits the number of Zookeeper connections without changing the configuration merge behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100