Results 96 comments of Kannan J

Sending RST_STREAM happens in the transport and stream in different places dealing with scenarios such as detecting server stream closed, data write errors or errors in flow control. `io.grpc.internal.Stream` exposes...

Thanks for the proposal Chris. Triaging this for the _Next_ milestone.

This will require in-depth looking, marking for `Unscheduled` for now.

Thanks for putting this up. Changes look good.

> It seems weird to do this in the observability example. Cloud Run is unrelated to csm observability. gcp CSM Observability examples are already in gRPC.io docker hub. I just...

Also the Proxyless service-mesh guide already uses the CSM Observability example as well: https://cloud.google.com/service-mesh/docs/gateway/proxyless-grpc-mesh `image: grpc/csm-o11y-example-cpp-server:latest`

Do you see any log about uncaught exception from [ThreadlessExecutor.runQuietly](https://github.com/grpc/grpc-java/blob/236077138220ce125861e4d014a6d7d92dfb5d71/stub/src/main/java/io/grpc/stub/ClientCalls.java#L850C33-L850C47)?

There was a [fix](https://github.com/grpc/grpc-java/pull/12207) we made for handling RST_STREAM but that already went into 1.74.0 and you are on 1.75.0. Can you enable io.netty debug logs as well on the...