Raymond created CAMEL-22377:
-------------------------------
Summary: Extend routeController with lifecycle action by group
Key: CAMEL-22377
URL: https://issues.apache.org/jira/browse/CAMEL-22377
Project: Camel
Issue Type: Improvement
Components: came-core
Affects Versions: 4.14.0
Reporter: Raymond
Since 4.14.0, the current routeController API can perform actions:
1. Per route
2. Per group
3. Per context (all routes)
The group now only has start and stop. I think it could be enhanced with:
1. suspendRouteGroup(String routeGroup)
2. resumeRouteGroup(String routeGroup)
3. stopRouteGroup(String routeId, long timeout, TimeUnit timeUnit)
4. suspendRouteGroup(String routeId, long timeout, TimeUnit timeUnit)
In this way, it's on par with actions per route or context.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)