Skip to content

Consensus

Category: Distributed systems · Status: stub

One line: Getting a group of machines to agree on one value, or one log of commands, even though some of them fail — the problem Paxos and Raft solve.

Also called: Raft, Paxos.

How it connects

In each language

Elsewhere Raft keeps the replicated log in etcd ↗ and Consul ↗

Where to read more