[grpc-io] A91: gRPC Metrics for Outlier Detection

2025-03-05 Thread Pardhu Konakanchi
I have opened a gRFC for gRPC metrics for Outlier Detection: https://github.com/grpc/proposal/pull/478 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubs

[grpc-io] gRPC-Java v1.71.0 Released

2025-03-05 Thread 'Kannan Jayaprakasam' via grpc.io
gRPC Java 1.71.0 Release Notes API Changes - xds: Enable Xds Client Fallback by default. This allows having a backup xDS server as described in gRFC A71-xds-fallback.md

[grpc-io] Any future official RUST package?

2025-03-05 Thread barak taya
Wondering, is it planned? Also support for changing protocol from Protobuf to other algorithms? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@go

[grpc-io] c++ grpc async stream server aborted when the client gets killed

2025-03-05 Thread Richard Wu
Hi All, I came across server aborted when it streams the payload to the client which got killed on running out of memory. On the server side, the logs show E0305 13:39:50.284566630 3836697 proto_buffer_writer.h:84] ASSERTION FAILED: byte_count_ < total_size_ Any suggestions on h