Function mz_cluster::communication::start_connection

source ยท
async fn start_connection(
    address: String,
    my_index: u64,
    my_epoch: ClusterStartupEpoch,
) -> Result<Stream, Error>