This is a C implementation of the Raft distributed consensus protocol that deliberately makes no assumptions about the underlying network, so it can operate over unreliable transports such as UDP. The library exposes a state-machine interface for log replication and leader election, allowing integrators to plug in their own network and storage layers.
This page was last edited on 2024-02-20.
This page was last edited on 2024-02-20.