Get desktop application:
View/edit binary Protocol Buffers messages
Forward a client write to the current leader. Followers use this to proxy proposals they cannot handle locally.
bincode-serialized RaftCommand
bincode-serialized RaftResponse
non-empty on failure
Lightweight discovery RPC — returns this node's stable identity. Used during cluster bootstrap so seed peers can exchange node_ids.
(message has no fields)
Used as response type in: RaftTransport.AppendEntries, RaftTransport.InstallSnapshot, RaftTransport.Vote
Used as request type in: RaftTransport.AppendEntries, RaftTransport.InstallSnapshot, RaftTransport.Vote