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


The following commit(s) were added to refs/heads/main by this push:
     new 1425499  Update route-controller.adoc
1425499 is described below

commit 1425499070235020d17c65867b07f109ac0f5c29
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jan 21 15:49:51 2022 +0100

    Update route-controller.adoc
---
 docs/user-manual/modules/ROOT/pages/route-controller.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/route-controller.adoc 
b/docs/user-manual/modules/ROOT/pages/route-controller.adoc
index 6dbd4cb..9e5d73f 100644
--- a/docs/user-manual/modules/ROOT/pages/route-controller.adoc
+++ b/docs/user-manual/modules/ROOT/pages/route-controller.adoc
@@ -140,8 +140,8 @@ You can configure the `SupervisingRouteController` using 
the following options:
 | BackOffMaxDelay | | Backoff maximum delay in millis when restarting a route 
that failed to startup.
 | BackOffMaxElapsedTime | | Backoff maximum elapsed time in millis, after 
which the backoff should be considered exhausted and no more attempts should be 
made.
 | BackOffMultiplier | 1.0 | Backoff multiplier to use for exponential backoff. 
This is used to extend the delay between restart attempts.
-| ExcludeRoutes | | Pattern for filtering routes to be included as supervised. 
The pattern is matching on route id, and endpoint uri for the route. Multiple 
patterns can be separated by comma. For example to include all kafka routes, 
you can say kafka:. And to include routes with specific route ids 
myRoute,myOtherRoute. The pattern supports wildcards and uses the matcher from 
org.apache.camel.support.PatternHelper#matchPattern.
-| IncludeRoutes | | Pattern for filtering routes to be excluded as supervised. 
The pattern is matching on route id, and endpoint uri for the route. Multiple 
patterns can be separated by comma. For example to exclude all JMS routes, you 
can say jms:. And to exclude routes with specific route ids 
mySpecialRoute,myOtherSpecialRoute. The pattern supports wildcards and uses the 
matcher from org.apache.camel.support.PatternHelper#matchPattern.
+| IncludeRoutes | | Pattern for filtering routes to be included as supervised. 
The pattern is matching on route id, and endpoint uri for the route. Multiple 
patterns can be separated by comma. For example to include all kafka routes, 
you can say kafka:. And to include routes with specific route ids 
myRoute,myOtherRoute. The pattern supports wildcards and uses the matcher from 
org.apache.camel.support.PatternHelper#matchPattern.
+| ExcludeRoutes | | Pattern for filtering routes to be excluded as supervised. 
The pattern is matching on route id, and endpoint uri for the route. Multiple 
patterns can be separated by comma. For example to exclude all JMS routes, you 
can say jms:. And to exclude routes with specific route ids 
mySpecialRoute,myOtherSpecialRoute. The pattern supports wildcards and uses the 
matcher from org.apache.camel.support.PatternHelper#matchPattern.
 | ThreadPoolSize | `1` | The number of threads used by the route controller 
scheduled thread pool that are used for restarting routes. The pool uses 1 
thread by default, but you can increase this to allow the controller to 
concurrently attempt to restart multiple routes in case more than one route has 
problems starting.
 |=======================================================================
 

Reply via email to