See https://groups.google.com/g/grpc-io/c/048jQeimZMo.
All available compression algorithm can be found at https://github.com/grpc/grpc/blob/master/include/grpc/impl/codegen/compression_types.h. Currently there is no way to customize compression algorithm for gRPC C++. On Tuesday, January 12, 2021 at 9:59:45 PM UTC-8 [email protected] wrote: > Hi, > > grpc-go support registers the compressor with gRPC by its name as > following: > > ``` > func RegisterCompressor(c Compressor) { > registeredCompressor[c.Name()] = c > } > ``` > > github link: > https://github.com/grpc/grpc-go/blob/master/encoding/encoding.go > > How to register my customize a compressor like grpc-go when using c++ ? > > Thank you all. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d5ad1e37-7726-40d7-992d-c8ce96b9903cn%40googlegroups.com.
