The current 2.14.0-release version internally uses java-grpc 1.51.0. I understand there 2.15.0 release under works right now that upgrades 1.57.2. I am specifically interested in withCompression flag for blocking stub, the method is annotated as experimental in grpc-java 1.51.0. The API is no longer experimental in the latest release of 1.57.2.
What do you wish to achieve?
Can we use blockingStub.withCompression method in 2.14.0-release. Is there any code change in underlying grpc-java for enabling compression in 1.57.2 from 1.51.0. Do we have to wait for 2.15.0 release to use this feature.
The current 2.14.0-release version internally uses java-grpc 1.51.0. I understand there 2.15.0 release under works right now that upgrades 1.57.2. I am specifically interested in withCompression flag for blocking stub, the method is annotated as experimental in grpc-java 1.51.0. The API is no longer experimental in the latest release of 1.57.2.
What do you wish to achieve?
Can we use blockingStub.withCompression method in 2.14.0-release. Is there any code change in underlying grpc-java for enabling compression in 1.57.2 from 1.51.0. Do we have to wait for 2.15.0 release to use this feature.