grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.39k stars 3.83k forks source link

grpc-java supports onReadyThreshold property setting #11320

Closed hlx502 closed 3 months ago

hlx502 commented 3 months ago

issues

https://github.com/grpc/grpc-java/issues/11289

modify

  1. Support setting onReadyThreshold through AbstractStub
  2. Add copy of the onReadyThreshold property when copying CallOptions(fix bug)
hlx502 commented 2 months ago

@ejona86 @kannanjgithub Hey guys, is there an estimated release date?

kannanjgithub commented 2 months ago

Yes, Aug 6, 2024.

hlx502 commented 1 month ago

@kannanjgithub @ejona86 Hi, I see the latest version described in the github document is 1.66.0, but the latest version in the maven repository is 1.65.1. I would like to ask when this feature can be released to the maven repository. image image

ejona86 commented 1 month ago

mvnrepository.com is just "some random website." It has no authority and is there to get ad revenue. The release is actually already available and visible on central.sonatype.com and search.maven.org (they tend to be delayed a few hours), but we're not done with the release process so there's not yet any announcements.