Skip to main content

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:

  1. Prerequisites -- what you need installed (C++17 compiler, CMake, Conan 2)
  2. Build and test -- the build commands
  3. Build your first cluster -- build the repo and run a replicated counter
  4. Public API overview -- the two public header surfaces
  5. Architecture overview -- how the pieces fit together