Hi, we are experiencing an issue when consuming the REST API: sometimes, our client gets a HTTP/2 GOAWAY frame when issuing a request.
What could be the reasons for this?
Do you maybe have some kind of rate-limiting in place that uses GOAWAY to signal over-usage?
We are using Java’s (JDK 21) HttpClient, which keeps an internal pool of connections (30 sec. idle timeout, 100 max. concurrent HTTP/2 streams), just in case this is relevant.
Thanks.