grpc-java
grpc-java copied to clipboard
The onReadyThreshold property cannot be configured in the application[grpc version: 1.64.0]
- Although grpc currently supports configuring onReadyThreshold, the withOnReadyThreshold() method is not provided in AbstractStub
- Because the onReadyThreshold property is not copied in the toBuilder() method of CallOptions. Even if onReadyThreshold is configured in the interceptor, it will be overwritten to null in the end.