Raft.Net Versions Save

Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet

v1.6

4 years ago

raftNodeInstance.IsLeader(optional parameter entityName) will help to understand either node is a Leader or not

v1.5.1

4 years ago

raftNodeInstance.NodeIsInLatestState can help to understand if started node is in the latest update state

v1.5

4 years ago

raftNodeInstance.NodeIsInLatestState can help to understand if started node is in the latest update state

v1.4

4 years ago

Fixed and optimized In-Memory implementation, added async implementation AddLogEntryAsync

v1.3

5 years ago

Integrated Biser decoding speed opt. Added JSON configuration (read docu)

v1.1

6 years ago

First functional release