Skip to content

Releases: shamil-gadelshin/raft

Initial release

10 Oct 02:03
Compare
Choose a tag to compare

These Raft features are implemented

  • Leadership

    • election
    • status watcher
  • Operation log support

    • creation
    • replication
      • basic
      • forced
  • Replicated state machine support

  • Cluster membership changes

    • add server (basic support)
  • Client RPC (partial):

    • add server
    • add data