Expand description
Distributed cluster coordination. Unstable: gated behind cluster-unstable.
Cluster coordination: discovery and control plane.
Modules§
- control
- Control plane: leader election, assignment snapshots, barrier coordination. Cluster control plane: leader election, assignment snapshots, and barrier coordination.
- discovery
- Node discovery and membership.
Peer discovery:
StaticDiscovery(seed list) andGossipDiscovery(chitchat). - testing
- In-process harness for cluster integration tests. Gated because it pulls in chitchat on loopback UDP. MiniCluster — in-process harness for cluster-control integration tests.