I suppose that since I have my server side written in C++, I could use these methods: *ServerBuilder& SetCompressionAlgorithmSupportStatus *and* ServerBuilder& SetDefaultCompressionAlgorithm*. However my client is written in python, and I could only find that *grpc.beta.interfaces.GRPCServicerContext *and* grpc.beta.interfaces.GRPCInvocationContext* has a argument called* disable_next_response_compression()*. So how to set the compression algorithm in python for my client?
-- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/56e1b2d6-7c10-4ae2-91a1-edbd81fa6ea1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
