Candidate

data object Candidate : RaftRole

This node has not heard from a leader within the election timeout and is soliciting votes to become the new leader.

A candidate transitions to Leader when it receives votes from a quorum, or back to Follower when it discovers a higher term.