pub const SHUFFLE_ADDR_KEY: &str = "shuffle:addr";Expand description
Gossip KV key used by ShuffleReceiver::bind_with_kv to publish the
listener’s socket address, and by ShuffleSender to discover peer
addresses on first contact. Value: the bound socket address formatted via
SocketAddr::to_string().