[ https://issues.apache.org/jira/browse/CAMEL-11700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16900895#comment-16900895 ]
Luca Burgazzoli commented on CAMEL-11700: ----------------------------------------- let's close it > 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.14#76016)