Skip to main content

Module replication

Module replication 

Source
Expand description

Log replication and term tracking for distributed consensus support.

Provides lightweight log entry management, term tracking, and quorum calculation utilities used by the consensus module.

Structsยง

LogEntry
A single entry in the replicated log
QuorumHelper
Quorum calculation utilities
ReplicatedLog
Replicated log with bounded capacity
TermTracker
Tracks the current term and votes for leader election