You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/02 20:13:38 UTC

[GitHub] [camel-quarkus] tstuber opened a new issue #2974: Platform HTTP component under load won't serve health endpoints anymore

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] tstuber commented on issue #2974: Platform HTTP component under load won't serve health endpoints anymore

Posted by GitBox <gi...@apache.org>.
tstuber commented on issue #2974:
URL: https://github.com/apache/camel-quarkus/issues/2974#issuecomment-901683774


   See also [this](https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/Platform.20HTTP.20component.20under.20load) discussion on Camel zulip chat.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org