[
https://issues.apache.org/jira/browse/CAMEL-17839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510499#comment-17510499
]
Claus Ibsen commented on CAMEL-17839:
-------------------------------------
Ah yeah it could be that we dont differentiate correctly before the 1st poll to
have ready=DOWN and live=UP. If ready=UNKNOWN then its in fact skipped and
would be considered UP which we don't really know.
Ideally the camel components that are scheduled should have special health
checks to do readiness check before 1st poll. But often a component would
combine this and do lazy connection until 1st poll, so we are back to "start".
> camel-health - Route health check - allow to configure initial state
> --------------------------------------------------------------------
>
> Key: CAMEL-17839
> URL: https://issues.apache.org/jira/browse/CAMEL-17839
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 3.17.0
>
>
> Some users may have monitoring systems that rely on camel-health report UP on
> initial startup - as they may not differentiate between a readiness vs
> liveness check.
> See comments on CAMEL-17168
--
This message was sent by Atlassian Jira
(v8.20.1#820001)