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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 2226208  CAMEL-20243: camel-main - Move route controller options into 
its own group
2226208 is described below

commit 2226208df0b8f2619f63d55e8c98d5f3a259c074
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Dec 17 10:46:55 2023 +0100

    CAMEL-20243: camel-main - Move route controller options into its own group
---
 jbang/route-controller/application.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jbang/route-controller/application.properties 
b/jbang/route-controller/application.properties
index 91e0364..4facb8c 100644
--- a/jbang/route-controller/application.properties
+++ b/jbang/route-controller/application.properties
@@ -5,9 +5,9 @@ camel.jbang.health = true
 camel.jbang.console = true
 
 # enable supervising route controller
-camel.main.routeControllerSuperviseEnabled=true
+camel.route-controller.superviseEnabled = true
 # try to restart up till 10 times
-camel.main.routeControllerBackOffMaxAttempts=10
+camel.route-controller.backOffMaxAttempts = 10
 # report DOWN if unhealthy during restarting and exhausted phases
-camel.main.routeControllerUnhealthyOnRestarting=true
-camel.main.routeControllerUnhealthyOnExhausted=true
\ No newline at end of file
+camel.route-controller.unhealthyOnRestarting = true
+camel.route-controller.unhealthyOnExhausted = true

Reply via email to