You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/11/28 10:46:37 UTC

[jira] Assigned: (CAMEL-3161) Add check in DSL for end users not concat load balancers believing its one single load balancer

     [ https://issues.apache.org/jira/browse/CAMEL-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-3161:
----------------------------------

    Assignee: Claus Ibsen

> Add check in DSL for end users not concat load balancers believing its one single load balancer
> -----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3161
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3161
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> For example if end user does
> {code}
> from("direct:start")
>     .loadBalance().failover().roundRobin()
>     .to(A, B, C);
> {code}
> And believing that he have configured the failover LB to use round robin mode. However what happens is there are 2 LB's.
> In those cases Camel should throw an exception on startup that this is invalid.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.