Reqflow
← Glossary

Leader election

A consensus algorithm (Raft, Paxos) picks one node as the writer/coordinator.

Go deeper
Read the full Leader Election concept guide →

Pick exactly one node to coordinate, and re-pick safely when it dies, without ever ending up with two leaders.

Where it shows up
← All 35 terms