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)