Blog.

Mar 28, 2023

Raft [Part - 2]. Let's examine the node responsibilities

The Raft algorithm categorizes nodes into 3 possible states based on their roles in the cluster. Let us detail the roles and responsibilities of the Leaders, Candidates and Followers.

Mar 20, 2023

Raft [Part - 1]. How do we agree on something in a distributed system?

The Raft consensus algorithm is a distributed consensus algorithm that helps multiple servers agree on a consistent state. How does it solve the issue?