ozgen / jraft

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

Start Election Process #5 #6

Open ozgen opened 11 months ago

ozgen commented 11 months ago

Description: Implement the logic for a node to start the election process when it suspects the leader has failed or encounters an election timeout. Tasks: