Raft Consensus: Leader and Followers in Plain English
A practical explanation of Raft consensus using leader election and replicated log commitment.
Archive: consensus, quorum, partitions, ordering, membership, Lamport time, key partitioning, and join protocol articles.
A practical explanation of Raft consensus using leader election and replicated log commitment.
A simple explanation of quorum reads and writes through a three replica example.
What partition tolerance means in practice and how to design behavior for broken communication.
How ordering rules prevent consumers and replicas from applying events in unsafe ways.
A practical explanation of network partitions and why services need explicit rules when nodes cannot talk.
Why cluster membership is a first class concept in distributed systems.
A simple explanation of Lamport time and how logical clocks help reason about event order.
How key partitioning distributes data and load across nodes, and why the key choice matters.
How a new node joins a distributed cluster without receiving traffic too early.