You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2017/08/24 08:38:00 UTC

[jira] [Created] (CAMEL-11700) HealthCheck : it should be possible to bind a check to a route so its health is determined by the status of the selected checks

Luca Burgazzoli created CAMEL-11700:
---------------------------------------

             Summary: HealthCheck : it should be possible to bind a check to a route so its health is determined by the status of the selected checks
                 Key: CAMEL-11700
                 URL: https://issues.apache.org/jira/browse/CAMEL-11700
             Project: Camel
          Issue Type: New Feature
          Components: camel-core
            Reporter: Luca Burgazzoli
            Assignee: Luca Burgazzoli
             Fix For: 2.20.0, Future



It would be nice to have a DSl like:

{code:java}
from("...")
    .health()
        .check()
            .id("my-check")
        .check()
            .group("my-group")
    .end()
{code}

NOTE: a shorter for like check("group", "my-check") should/may also be provided.
NOTE: it should also be nice to have a way to set critical checks on camel-contex.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)