Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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
Attachments
Issue Links
- is related to
-
CAMEL-19646 camel-health reports UP when route controller is used and routes fail
- Resolved
-
CAMEL-17851 camel-spring-boot - Health checks in kubernetes environment
- Resolved
- links to