You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Steven Durrenmath (Jira)" <ji...@apache.org> on 2022/09/15 09:53:00 UTC

[jira] [Created] (CAMEL-18514) Route health check for not automatically started routes should always be up

Steven Durrenmath created CAMEL-18514:
-----------------------------------------

             Summary: Route health check for not automatically started routes should always be up
                 Key: CAMEL-18514
                 URL: https://issues.apache.org/jira/browse/CAMEL-18514
             Project: Camel
          Issue Type: Bug
          Components: camel-health
            Reporter: Steven Durrenmath


Routes that are *not* automatically started should always be up as they are externally managed. Negation is missing in the following condition, which currently leads to dead code:

[https://github.com/apache/camel/blob/main/core/camel-health/src/main/java/org/apache/camel/impl/health/RouteHealthCheck.java#L66]



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