This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cd75df  CAMEL-17587: camel-health - Make Health Check API simpler
0cd75df is described below

commit 0cd75df67e3a1a5c00a2645fd394a2e981635d1e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Feb 9 11:36:55 2022 +0100

    CAMEL-17587: camel-health - Make Health Check API simpler
---
 health-checks/src/main/resources/application.properties | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/health-checks/src/main/resources/application.properties 
b/health-checks/src/main/resources/application.properties
index 23c25dc..af803a2 100644
--- a/health-checks/src/main/resources/application.properties
+++ b/health-checks/src/main/resources/application.properties
@@ -60,14 +60,8 @@ camel.health.routes-enabled = true
 # registry check is default included but we can turn it on|off
 camel.health.registry-enabled = true
 
-# you can turn on or off individual routes as shown below
-### camel.heath.config[timer].parent = routes
-### camel.heath.config[timer].enabled = true
-### camel.heath.config[netty].parent = routes
-### camel.heath.config[netty].enabled = false
-
 # find grained routes configuration per route (support wildcards)
-# (enabled is default true for discovered health-checks)
-### camel.health.config[*].enabled = true
+# for example to turn of the netty route
+### camel.health.exclude-pattern = netty
 
 

Reply via email to