raft
C implementation of the Raft consensus protocol
The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).
homepage ↗ github: cowsql/raft
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 0.22.1 | 1 | 14 h | details › |
Versions & arches
Use flags of 0.22.1
- lz4 Enable support for lz4 compression (as implemented in app-arch/lz4)
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- zfs ZFS support