pub type NodeId = u64;
Raft node identifier. Every node in a cluster must have a unique NodeId.
NodeId