Expand description
Core API interfaces and types for Raft-log operations.
Modulesยง
- raft_
log_ writer - Define the writing interface for the Raft-log.
- state_
machine - State machine abstraction for applying records in a deterministic order.
- types
- Core type definitions for the Raft-log implementation.
- wal
- Write-Ahead Log (WAL) module that provides interfaces for durable logging.