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

Claus Ibsen commented on CAMEL-3197:
------------------------------------

Ahswin

I would have been nice if you have waited committing this new feature till 
after the 2.5 release. As you may or may not know, we are doing the 2.5 
release. (see on dev forum).
That means for that last week or so we have been focusing on stabilizing the 
released and tests. So we are only committing bug fixes, important improvements 
etc.

Adding something like this just makes a risk, as its new code. And for the last 
week the TC / CI servers have throughly tested the code, so we ensure a high 
quality.

So if possible next time please check whether or not we are in the release 
mode, before adding new features.

And be special careful when adding new stuff to the DSL (eg as this one) 
because then you must be absolutely sure it works, and you always need to have 
Spring XML tests as well. Which Willem told you. Because if it works in Java 
DSL, it doesn't always mean it works in Spring XML as well.

That aside. It is in fact a cool new LB strategy, so its a nice feature. 

> Add a new Load Balancing algorithm that provides weighted round-robin and 
> weighted random support  
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3197
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3197
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Ashwin Karpe
>            Assignee: Ashwin Karpe
>         Attachments: WeightedLB.patch
>
>
> Camel currently does not offer load balancing based on user defined 
> percentage endpoint use (or weighted round-robin or weighted random use) with 
> respect to other endpoints
> Develop ability in load balancer  send to the endpoint based on 
> percentage/weight specified by user.

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