An industrial-grade java implementation of RAFT consensus algorithm. It's ported from baidu's open source project braft and optimized for java language/runtime
Also we implement some features that braft missing:
- replication pipeline optimistic.
- readIndex for linearizable read.
- distributed embed KV storage engine.
- 文档:
- 联系人: killme2008、fengjiachun
Thanks braft for providing the amazing C++ implementation!
braft is Apache License 2.0, jraft is the same with it.
We also reference some open source project code (may have a few modifications), including: