We had some issues with too many parallel request to the resource-server. It turned out that requests to the auth-server, which are necessary to validate the access token, queue up in the HTTP connection pool queue, which leads to timeouts on the client side of the original request.
We had some issues with too many parallel request to the resource-server. It turned out that requests to the auth-server, which are necessary to validate the access token, queue up in the HTTP connection pool queue, which leads to timeouts on the client side of the original request.