Claus Ibsen created CAMEL-19648:
-----------------------------------
Summary: camel-spring-boot - Actuator health check should handle
readiness vs liveness checks
Key: CAMEL-19648
URL: https://issues.apache.org/jira/browse/CAMEL-19648
Project: Camel
Issue Type: Improvement
Components: camel-spring-boot
Reporter: Claus Ibsen
It seems SB will include both readiness + liveness checks for checks even if
you trigger only /liveness or /readiness
If you do the general check with
http://localhost:%d/actuator/health
then it should include both,
but if you do either one, then it should only include checks for the given kind.
http://localhost:%d/actuator/health/readiness
http://localhost:%d/actuator/health/liveness
--
This message was sent by Atlassian Jira
(v8.20.10#820010)