quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Support compression of large gRPC messages directly in client/server

Open guilload opened this issue 1 year ago • 1 comments

For potentially large messages such as ListIndexesMetadataResponse, IndexesMetadataResponse, etc., some fields are compressed/decompressed ad hoc. We would like the RPC framework to take care of that for us.

Since tonic does not support per method compression/decompression, one solution could be to rely on a custom Codec.

guilload avatar May 06 '24 19:05 guilload

quickwit-oss/quickwit-datasource#131

guilload avatar Jun 25 '24 15:06 guilload