Link Search Menu Expand Document

New Article: Leader Election with Raft in Scylla

A new article about leader election with Raft in ScyllaDB has been added to the catalog.

Raft is a consensus algorithm that was designed to be easy to understand. In Raft all interactions with clients go through the leader node, which first needs to be elected. In this article, we look into how this is implemented in Scylla.

The code is written in C++.

Scylla - Leader Election with Raft

Help Code Catalog grow: suggest your favorite code or weight in on open article proposals.