You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Ashwin Karpe (JIRA)" <ji...@apache.org> on 2010/10/26 23:01:40 UTC

[jira] Issue Comment Edited: (CAMEL-3197) Add a new Load Balancing algorithm that provides weighted round-robin and weighted random support

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

Ashwin Karpe edited comment on CAMEL-3197 at 10/26/10 5:00 PM:
---------------------------------------------------------------

Hi Claus,

I did not support float values as weights since it would make things a lot more complicated and computationally challenging. 

The reason I used ":" is because I was expressing a ratio and used it as an "is to" operator . This should not be hard to change. I will need to change in 1 or 2 places. In any case, it is possible to use any delimiter of choice.

If you have a strong preference for "," as the delimiter, I will change the default delimiter to ",".

Please let me know

Cheers,

Ashwin...

      was (Author: akarpe):
    Hi Claus,

I did not support float values as weights since it would make things a lot more complicated and computationally challenging. 

The reason I used ":" is because I was expressing a ratio and used it as an "is to" operator . This should not be hard to change. I will need to change in 1 or 2 places. In any case, it is possible to use any delimiter of choice.

If you feel a strong preferece for "," as the delimiter, I will change the default delimiter to ",".

Please let me know

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
>             Fix For: 2.6.0
>
>         Attachments: CAMEL-3197-CoreUpdate-20101025.patch, CAMEL-3197-SpringUpdate-20101025.patch, 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.