You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/09/08 11:20:00 UTC

[jira] [Commented] (CAMEL-11669) Routes : add 'group'

    [ https://issues.apache.org/jira/browse/CAMEL-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158475#comment-16158475 ] 

Claus Ibsen commented on CAMEL-11669:
-------------------------------------

Luca, did you not add group to the DSL ?

> 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)