Implementing Raft: Part 1 - Elections

1 · Eli Bendersky · Feb. 24, 2020, 2:15 p.m.
This is Part 1 in a series of posts describing the Raft distributed consensus algorithm and its complete implementation in Go. Here is a list of posts in the series: Part 0: Introduction Part 1: Elections (this post) Part 2: Commands and log replication (coming soon) Part 3: Persistence and …...