Expand description
Raft node implementation
Coordinates all Raft components:
- State machine management
- RPC message handling
- Log replication
- Leader election
- Client request processing
Structsยง
- Command
- Command to apply to the state machine
- Command
Result - Result of applying a command
- Raft
Node - The Raft consensus node
- Raft
Node Config - Configuration for a Raft node