[
https://issues.apache.org/activemq/browse/CAMEL-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashwin Karpe updated CAMEL-3197:
--------------------------------
Attachment: CAMEL-3197-SpringUT.patch
CAMEL-3197-SpringUTRelatedCamelCore.patch
Hi Claus, Willem, Hadrian,
I am attaching a patch containing the following things
a> Spring unit tests for both Weighted Round-Robin & Random LoadBalancing
b> A change from ArrayList to List in the WeightedLoadBalancerDefinition
in the camel-core
c> Changed the attribute roundRobin to use "Boolean.false" as default
(WeightedRandom is the default behavior for weighted load balancing)
d> Changed the distributionRatio to an attribute (supporting a list of
weights) from an element. (looks for compact and elegant)
Cheers,
Ashwin...
> 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: CAMEL-3197-SpringUT.patch,
> CAMEL-3197-SpringUTRelatedCamelCore.patch, 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.