A production-grade java implementation of RAFT consensus algorithm.
Raft Java implementation which is simple and easy to understand.
基于Raft一致性协议的分布式存储系统,参考阿里巴巴SOFAJRaft并使用Java从零实现。Distributed storage system based on Raft consistency protocol, referencing Alibaba SOFAJRaft and implemented from scratch using Java
Simple Java implementation of the Raft consensus algorithm for fault-tolerant, distributed command replication. Supports UDP-based node communication
(Obsolete)A local running, process-distributed KV store for learning purposes based on replica state machine(RSM) cluster which implements raft consensus algorithm in a fully asynchronous way.
A Java implementation of the Raft Consensus Algorithm 🗳️