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. Build your first cluster -- build the repo and run a replicated counter
  2. Prerequisites -- what you need installed
  3. Build and test -- the build commands
  4. Public API overview -- the two public header surfaces
  5. Architecture overview -- how the pieces fit together