Skip to main content

SHUFFLE_ADDR_KEY

Constant SHUFFLE_ADDR_KEY 

Source
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().