SUMUKHA-PK / Raft-Distributed-Consensus

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

Leader election #4

Closed SUMUKHA-PK closed 4 years ago

SUMUKHA-PK commented 4 years ago

This PR completes leader election.

Basic skeleton is working as of now. Lets have reviews to make them better.

Still needs a PR to DECIDE a leader and ease on to the continous heartbeat process.