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

Claus Ibsen resolved CAMEL-3161.
--------------------------------

    Resolution: Fixed

trunk: 1039865.

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

Reply via email to