/raft

Raft Consensus with Gorums

Primary LanguageGoMIT LicenseMIT

Raft Consensus with Gorums

This repository contains an implementation of the Raft Consensus Algorithm for use with the Gorums framework.

github.com/relab/raft
Shared code and common interfaces.
github.com/relab/raft/raftgorums
Raft with Gorums code.