Categorygithub.com/mind1949/raft
repositorypackage
0.0.0-20231217032051-aa481f81d5d9
Repository: https://github.com/mind1949/raft.git
Documentation: pkg.go.dev

# README

Raft

Godoc Go Report Card

Implement raft consensus protocol .

Features

  • Leader election
  • Log replication
  • Membership changes (use joint consensus instead of single-server changes)
  • Log compaction

References