Implementing Raft: Part 1 - The Why and How of Consensus in Distributed Systems
There is a good chance that you use systems using the Raft algorithm, or a modified version of it, every day. It’s the engine for consensus in systems like etcd (the backbone of Kubernetes), Kafka (with KRaft), Redis (with RedisRaft),... Read more about Implementing Raft: Part 1 - The Why and How of Consensus in Distributed Systems