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.
This repository contains an implementation of the Raft Consensus Algorithm for use with the Gorums framework.