Skip to content

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

@hlx502

Description

@hlx502
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions