Symbols for different modes/roles a node can be in.

Members

(static) Candidate

The node did not receive a heartbeat before the next election and is now requesting votes from peers.

(static) Follower

The node synchronizes and appends entries via leader.

(static) Leader

The node was elected leader and relays append entry requests to peers.