Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brycezhongqing committed Oct 9, 2024
1 parent 5adcb9b commit 71f30d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
/**
* ConnectionManager is an abstract class responsible for managing connections to external systems.
* It can be extended to handle specific service registries (e.g., Zookeeper).
* For example, see {@link com.linkedin.d2.balancer.servers.ZooKeeperConnectionManager} for managing Zookeeper connections during D2 server announcements.
* For example, see {@link com.linkedin.d2.balancer.servers.ZooKeeperConnectionManager} for managing Zookeeper
* connections during D2 server announcements.
* This class provides basic functionalities such as start, shutdown, markDownAllServers, and markUpAllServers which
* is called during D2 server announcements/de-announcement.
*/
Expand Down

0 comments on commit 71f30d0

Please sign in to comment.