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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16158476#comment-16158476 ] 

Claus Ibsen commented on CAMEL-11700:
-------------------------------------

Lets move DSL changes like this to the next release

> 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
>              Labels: health-check
>             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)