[grpc-io] gRPC-Java 1.45.3

2023-01-18 Thread 'Eric Anderson' via grpc.io
The v1.45.3 release is now available. This release is unrelated to the recent xDS bug release fixes that impacted 1.51 and 1.52. Bug Fixes - core: Fix retry causing memory leak for canceled RPCs. (#9360

[grpc-io] Re: grpc-java xDS regression in 1.51.0, 1.51.1, 1.52.0

2023-01-18 Thread 'Eric Anderson' via grpc.io
grpc-java 1.51.3 and 1.52.1 are released which have the fix for this issue. If you use the latest patch release of any grpc minor version, then there is no longer risk of being impacted (earlier versions were before the bug, and later versions now have patch releases with the fix). On Wed, Jan

[grpc-io] gRPC-Java 1.52.1 released

2023-01-18 Thread 'Ivy Zhuang' via grpc.io
The v1.52.1 release is now available. *Bug Fixes* - xds: Fix an internal bug in xds resource subscription that might cause xds stream not accepting response update for that resource type entirely. ( #9810

[grpc-io] gRPC-Java 1.51.3 released

2023-01-18 Thread 'Ivy Zhuang' via grpc.io
The v1.51.3 release in now available. *Bug Fixes* - xds: Fix an internal bug in xds resource subscription that might cause xds stream not accepting response update for that resource type entirely. ( #9811

[grpc-io] Stuck due to UNAVAILABLE: Failed ALPN negotiation: Unable to find compatible protocol

2023-01-18 Thread 'Anil Kumar' via grpc.io
Hi There, while calling to google cloud translation api by using sample java google cloud client library, I am getting below exception with jdk8u341 version : Could you please help? --- com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: Failed ALPN

[grpc-io] Re: Send same message to multiple clients

2023-01-18 Thread 黄滨
In async stream programming, when the same message is sent to multiple clients with ServerAsyncWriter::Write(), does it serialize the message for each client? Could we serialize the message only once? 在2022年2月5日星期六 UTC+8 01:42:55 写道: > Hi, > > Thank you for your reply. It is very useful, will