Skip to content

Raft

Raft is a consensus algorithm designed for managing a replicated log across distributed systems. It provides strong consistency guarantees and is widely used in distributed databases, though it does not tolerate Byzantine failures.