Release v2.0.0
RaftKeeper v2.0.0 is a main version which contains a lot of features.
What's Changed
Feature
- Support connection reconnect to server within session timeout.
- NIO network framework which can support hundreds of thousands of connections.
- New Snapshot & Log storage format who contains more meta datas.
- New fsync mode FSYNC_PARALLEL in which leader can write log asynchronously, but aolso keep data safety.
- New pipeline framework who exreamelly improve throughput.
- Persistency improvement : requests response return in order in one session.
Full Changelog: https://github.com/JDRaftKeeper/RaftKeeper/commits/v2.0.0