| CuratorLeaderElection |
CuratorLeaderElection uses the leader election capabilities of a
ZooKeeper cluster to control which nodes are enabled.
|
| CuratorLeaderRoutePolicy |
CuratorLeaderRoutePolicy uses Apache Curator LeaderElection recipe to implement the behavior of having
at max 1 instance of a route, controlled by a specific policy, running.
|
| CuratorMultiMasterLeaderElection |
CuratorMultiMasterLeaderElection uses the leader election capabilities of a
ZooKeeper cluster to control which nodes are enabled.
|
| CuratorMultiMasterLeaderRoutePolicy |
CuratorMultiMasterLeaderRoutePolicy uses Apache Curator InterProcessSemaphoreV2 receipe to implement the behavior of having
at multiple active instances of a route, controlled by a specific policy, running.
|
| ZooKeeperElection |
ZooKeeperElection uses the leader election capabilities of a
ZooKeeper cluster to control which nodes are enabled.
|
| ZooKeeperRoutePolicy |
Deprecated |