RouxAntoine / raft-sample

simple and sample implementation of raft consensus protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 97.2%Language:Makefile 2.8%