Repository: camel Updated Branches: refs/heads/master 83f50465f -> 7f82f94b6
Add experimental support warning Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e5e18f36 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e5e18f36 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e5e18f36 Branch: refs/heads/master Commit: e5e18f364b9304ef44dac19c0d045d2e690a7d4f Parents: 1bf1450 Author: lburgazzoli <lburgazz...@gmail.com> Authored: Thu Sep 28 14:33:58 2017 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Thu Sep 28 15:33:18 2017 +0200 ---------------------------------------------------------------------- camel-core/src/main/docs/health-check.adoc | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e5e18f36/camel-core/src/main/docs/health-check.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/health-check.adoc b/camel-core/src/main/docs/health-check.adoc index 1d2bf5e..67ec2ba 100644 --- a/camel-core/src/main/docs/health-check.adoc +++ b/camel-core/src/main/docs/health-check.adoc @@ -3,6 +3,11 @@ *Available as of Camel 2.20* +[WARNING] +==== +*Experimental feature* +==== + Camel 2.20 provides an *experimental* support to probe the state of a Camel integration via a pluggable Health Check strategy based on the following concepts: - *HealthCheck:* represent an health check and defines its basic contract;