Expand description
§Raft Consensus Algorithm Implementation
This module implements the Raft consensus algorithm for KotobaDB cluster. Raft provides strong consistency guarantees and fault tolerance.
Structs§
- Append
Entries Request - Append entries request (log replication and heartbeat)
- Append
Entries Response - Append entries response
- Raft
Consensus - Raft consensus implementation
- Vote
Request - Vote request message
- Vote
Response - Vote response message
Enums§
- Consensus
Command - Consensus commands from clients
- Consensus
Error - Consensus errors
- Raft
Message - Messages exchanged between Raft nodes