Expand description
Wrapper gRPC clients, which help constructing the request and destructing the response gRPC message structs.
Modulesยง
- compactor_
client ๐ - compute_
client ๐ - connector_
client ๐ - frontend_
client ๐ - hummock_
meta_ ๐client - meta_
client ๐ - stream_
client ๐ - tracing ๐
Macrosยง
Structsยง
- Client to proxy server. Cloning the instance is lightweight.
- Client to meta server. Cloning the instance is lightweight.
- The handle of a bidi-stream started from the rpc client. It is similar to the
BidiStreamHandle
except that its sender is unbounded.