cenkkg / jraft

Raft is a consensus algorithm with Java.
0 stars 0 forks source link

Collect Votes and Become Leader #7

Open ozgen opened 1 year ago

ozgen commented 1 year ago

Description: Implement the logic to collect votes and become the leader when most votes are received.

Tasks: