pub type DataPool = ConnManager<NodeId, GrpcClientManager<FlareKvClient<Channel>>>;
pub struct DataPool { /* private fields */ }