Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@shamil-gadelshin shamil-gadelshin released this 10 Oct 02:03
· 19 commits to master since this release

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