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 bc0b3de CAMEL-20244: camel-core - Supervising route controller should
default be DOWN during restarting and exhaust phase
bc0b3de is described below
commit bc0b3de4e67986625fb7253e4626a1573d935a36
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 20 09:12:06 2024 +0200
CAMEL-20244: camel-core - Supervising route controller should default be
DOWN during restarting and exhaust phase
---
jbang/route-controller/application.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/jbang/route-controller/application.properties
b/jbang/route-controller/application.properties
index 3ec3bd6..8fc806f 100644
--- a/jbang/route-controller/application.properties
+++ b/jbang/route-controller/application.properties
@@ -9,5 +9,6 @@ camel.route-controller.enabled = true
# try to restart up till 10 times
camel.route-controller.backOffMaxAttempts = 10
# report DOWN if unhealthy during restarting and exhausted phases
+# NOTE: Camel 4.7 onwards have the following 2 options as true by default
camel.route-controller.unhealthyOnRestarting = true
camel.route-controller.unhealthyOnExhausted = true