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/activemq/browse/CAMEL-3161
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.4.0
            Reporter: 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