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/00664cfc-ced2-43e2-909c-6b970f880682n%40googlegroups.com.

Reply via email to