[
https://issues.apache.org/jira/browse/CAMEL-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16137744#comment-16137744
]
Claus Ibsen commented on CAMEL-11669:
-------------------------------------
Ah okay, there is a group on a route already, however it has not been easily
exposed in the dsl.
https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/Route.java#L37
And we have not really been using it very much. So maybe take a look at that
and see if we can use that.
Also make sure to expose the groupId in JMX etc so tooling can get that
information too. And in the spring boot actuator endpoints etc.
> 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
> Fix For: 2.20.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
(v6.4.14#64029)