An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
翻译 - 基于brpc的RAFT共识算法的工业级C ++实现,在百度内部广泛用于构建高可用性的分布式系统。
C++ implementation of Raft core logic as a replication library
Raft Consensus Algorithm. Uses in-house C++20 coroutines-based library for communications. Tested with unit-tests.
Nuft is an C++17 implementation of the Raft consensus algorithm.
Raft distributed consensus algorithm implemented in C++17(C++ implementation of ETCD Raft).
Lightweight implementation of Raft consensus algorithm in C++