Expand description
Gossip Protocol for Distributed Node Discovery
Implements a SWIM-style gossip protocol for automatic node discovery, failure detection, and cluster state dissemination.
Features:
- Automatic node discovery through gossip
- Failure detection with configurable timeouts
- Efficient state propagation using infection-style dissemination
- Suspicion mechanism to reduce false positives
Structs§
- Gossip
Config - Configuration for the gossip protocol
- Gossip
Member - Information about a cluster member
- Gossip
Protocol - Gossip protocol instance
- Member
State Update - State update for a member (piggybacked on messages)
Enums§
- Gossip
Error - Errors from the gossip protocol
- Gossip
Event - Event emitted by the gossip protocol
- Gossip
Message - Types of gossip messages
- Member
State - Member state in the gossip protocol