Hello gRPC team,
I’m running into an intermittent issue with gRPC-Java 1.60.1 where calls suddenly fail with:
"INTERNAL: RST_STREAM closed stream. HTTP/2 error code: FLOW_CONTROL_ERROR"
- Has anyone encountered this "INTERNAL: RST_STREAM closed stream. HTTP/2 error code: FLOW_CONTROL_ERROR" before?
- What could be the most common root causes for an HTTP/2 flow-control error in a gRPC application?
- Are there any recommended workarounds or configuration settings I should try (e.g. window sizing)?
Thanks!