The One Algorithm That Makes Distributed Systems Stop Falling Apart When the Leader Dies

Posted by SmoothYogurtcloset65@reddit | programming | View on Reddit | 5 comments

Introductory article about Raft algorithm, which is used for leader selection in a distributed system. I see it used in tools like etcd, Consul, and Nomad for keeping configuration and service discovery consistent; in CockroachDB for storing data safely across nodes.