Implementing Raft: Part 0 - Introduction

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