Expand description
Gossip protocol for cluster membership and health monitoring
Implements SWIM (Scalable Weakly-consistent Infection-style Membership) protocol:
- Fast failure detection
- Efficient membership propagation
- Low network overhead
- Automatic node discovery
Structs§
- Gossip
Config - Gossip configuration
- Gossip
Membership - Gossip-based membership protocol
- Member
- Member information in the gossip protocol
Enums§
- Gossip
Message - Gossip message types
- Membership
Event - Membership event types
- Node
Health - Node health status
Type Aliases§
- NodeId
- Node identifier in the cluster