Intuitions for Distributed Consensus by Phil Eaton
Phil Eaton explains the core concepts and intuitions behind distributed consensus systems in a technical talk.
Phil Eaton explains the core concepts and intuitions behind distributed consensus systems in a technical talk.
Explains the fundamentals of distributed consensus algorithms like Raft, used in transactional databases and systems like Kubernetes.
A technical guide to implementing the Raft distributed consensus protocol in Go, covering leader election and log replication.