pub fn handle_join_request(
req: &JoinRequest,
topology: &mut ClusterTopology,
routing: &RoutingTable,
) -> JoinResponseExpand description
Build a JoinResponse from current cluster state.
Called by the RPC handler on the seed/leader node when a JoinRequest arrives.