QuorumKit
QuorumKit is a C++ Raft library forked from braft. It provides a new public API under include/quorumkit and keeps the original braft headers as a supported compatibility layer under include/braft.
If you are new here, start with these in order:
- Prerequisites -- what you need installed (C++17 compiler, CMake, Conan 2)
- Build and test -- the build commands
- Build your first cluster -- build the repo and run a replicated counter
- Public API overview -- the two public header surfaces
- Architecture overview -- how the pieces fit together