What it is
MicroRaft is a library implementation of the Raft consensus algorithm.
- transport
- persistence layer
- serialization format
- threading model
- state machine logic
This makes it a strong fit for custom metadata stores, control planes, coordination services, and other CP subsystems.