risingwave_rpc_client

Type Alias StreamClientPool

source
pub type StreamClientPool = RpcClientPool<StreamClient>;

Aliased Type§

struct StreamClientPool {
    pub(crate) connection_pool_size: u16,
    pub(crate) clients: Cache<HostAddr, Arc<Vec<StreamClient>>>,
}

Fields§

§connection_pool_size: u16§clients: Cache<HostAddr, Arc<Vec<StreamClient>>>