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