[ 
https://issues.apache.org/jira/browse/CAMEL-20242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rinaldo Pitzer Júnior updated CAMEL-20242:
------------------------------------------
        Fix Version/s:     (was: 3.20.0)
    Affects Version/s: 4.1.0
                           (was: 3.19.0)
                           (was: 3.18.2)
          Description:     (was: As follow up of 
https://issues.apache.org/jira/browse/CAMEL-18483, when enabling the supervise 
route controller, some heath checks are not included.

With the supervisor disabled, we can see a camel-kafka check:

{code:json}
{
    "checks": [
        {
            "name": "camel-routes",
            "status": "UP"
        },
        {
            "name": "camel-kafka",
            "status": "UP"
        },
        {
            "data": {
                "check.kind": "READINESS",
                "context.name": "camel-q",
                "context.status": "Started",
                "context.version": "3.18.3-SNAPSHOT"
            },
            "name": "context",
            "status": "UP"
        },
        {
            "name": "camel-consumers",
            "status": "UP"
        }
    ],
    "status": "UP"
}
{code}

However with the supervisor enabled, the camel-kafka check is not reported:

{code:json}
{
    "checks": [
        {
            "name": "camel-routes",
            "status": "UP"
        },
        {
            "data": {
                "check.kind": "READINESS",
                "context.name": "camel-q",
                "context.status": "Started",
                "context.version": "3.18.3-SNAPSHOT"
            },
            "name": "context",
            "status": "UP"
        },
        {
            "name": "camel-consumers",
            "status": "UP"
        }
    ],
    "status": "UP"
}
{code})
           Issue Type: Improvement  (was: Bug)
             Priority: Minor  (was: Major)
              Summary: camel-routes health check reports UP right before routes 
are loaded using supervising route controller  (was: CLONE - Some health checks 
are hidden when running withg supervised controller enabled)

> camel-routes health check reports UP right before routes are loaded using 
> supervising route controller
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-20242
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20242
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-health, camel-microprofile-health
>    Affects Versions: 4.1.0
>            Reporter: Rinaldo Pitzer Júnior
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to