pub fn handle_node_join(
node_id: u64,
addr: &str,
topology: &mut ClusterTopology,
) -> MetadataEntryExpand description
Apply a topology change: handle join, leave, or state transition.
Returns a MetadataEntry to be proposed to the metadata Raft group.