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 2018/04/25 13:20:00 UTC

[jira] [Updated] (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

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

Luca Burgazzoli updated CAMEL-11700:
------------------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>              Labels: health-check
>             Fix For: 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
(v7.6.3#76005)