SUMUKHA-PK / Raft-Distributed-Consensus

Implementation of Raft: A distributed consensus protocol, in Go.
MIT License
0 stars 4 forks source link

Leader election update #8

Open SUMUKHA-PK opened 4 years ago

SUMUKHA-PK commented 4 years ago

Moving leader election to completion. Still WIP