[
https://issues.apache.org/jira/browse/CAMEL-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16442057#comment-16442057
]
ASF GitHub Bot commented on CAMEL-11669:
----------------------------------------
lburgazzoli commented on issue #2299: CAMEL-11669: Routes : add 'group'
URL: https://github.com/apache/camel/pull/2299#issuecomment-382293170
fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Routes : add 'group'
> --------------------
>
> Key: CAMEL-11669
> URL: https://issues.apache.org/jira/browse/CAMEL-11669
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Luca Burgazzoli
> Assignee: Luca Burgazzoli
> Priority: Major
> Fix For: 2.22.0
>
>
> It would be nice to have an option to set mark a route being part of a
> logical group:
> {code:java}
> from('...')
> .routeGroup('clustered')
> .routeId('route-1')
> .to(...)
> {code}
> This is useful for clustered/supervised routes so one can filter out routes
> to be managed by a routes controller by group.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)