grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

The onReadyThreshold property cannot be configured in the application[grpc version: 1.64.0]

Open hlx502 opened this issue 1 year ago • 2 comments

  1. Although grpc currently supports configuring onReadyThreshold, the withOnReadyThreshold() method is not provided in AbstractStub image
  2. 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. image

hlx502 avatar Jun 14 '24 09:06 hlx502