You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/17 10:54: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=16440741#comment-16440741 ] 

ASF GitHub Bot commented on CAMEL-11669:
----------------------------------------

GitHub user lburgazzoli opened a pull request:

    https://github.com/apache/camel/pull/2299

    CAMEL-11669: Routes : add 'group'

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-11669

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2299.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2299
    
----
commit 45bcd5b861e2734844c8c92219510174fe525860
Author: lburgazzoli <lb...@...>
Date:   2018-04-17T10:52:17Z

    CAMEL-11669: Routes : add 'group'

----


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