Stabilize UseCompressor
and SetSendCompressor
#7003
Labels
Area: RPC Features
Includes Compression, Encoding, Attributes/Metadata, Interceptors.
P2
Type: Feature
New features or improvements in behavior
Hello,
The example code for specifying compression method references the grpc.UseCompressor method.
While reading it's source code I noticed the comments say it's experimental (and it's been experimental for at least 4 years according to the git blame). I was wondering if that is correct? The alternative would, as far as I know, be to use the dialoption WithCompressor, but the docs say that it's deprecated in favor of the aforementioned experimental UseCompressor.
Is it safe to use, or is there some alternative I've missed?
Thanks!
The text was updated successfully, but these errors were encountered: