risingwave_rpc_client

Type Alias FrontendClientPool

source
pub type FrontendClientPool = RpcClientPool<FrontendRetryClient>;

Aliased Type§

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

Fields§

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