tstuber opened a new issue #2974: URL: https://github.com/apache/camel-quarkus/issues/2974
We are stress-testing a camel container that exposes a HTTP endpoint via platform HTTP. The container calls some legacy backend services - a single process might take some seconds. However, if we invoke a lot of request (>500), than the container is not anymore able to serve the liveness probe on OpenShift and will be killed. Potential workarounds: - Changing liveness probe to run some bash script (but we would like to use the camel-health endpoint) - Expose the API with Netty on a separate endpoint. This works fine, but this is somehow not that nice. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
