Skip to content

simple and sample implementation of raft consensus protocol

Notifications You must be signed in to change notification settings

RouxAntoine/raft-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple consensus protocol implementation

based on documentation on http://thesecretlivesofdata.com/raft/

to run peer execute jar with parameters : --id=<id> --peers=<local ip:port on socket listening>,<peer list coma separated with struct ip:port>

run with Makefile :

on separated cli : make 0 make 1 make 2

About

simple and sample implementation of raft consensus protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published