jgroups-raft is an implementation of the Raft consensus algorithm in JGroups. Users can use jgroups-raft embedded in their applications to build strongly consistent, highly available, fault-tolerant systems.
jgroups-raft is a library offering all the guarantees the Raft algorithm provides, with features including:
By building on top of JGroups, jgroups-raft takes advantage of additional features with a mature and battle-tested network stack. jgroups-raft is verified with Jepsen to identify linearizability violations in the building blocks.
To get started developing with jgroups-raft: