You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/11/06 06:54:00 UTC

[jira] [Commented] (KARAF-5772) HTTP proxy should be able to support several addresses with round-robin

    [ https://issues.apache.org/jira/browse/KARAF-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676248#comment-16676248 ] 

Jean-Baptiste Onofré commented on KARAF-5772:
---------------------------------------------

We can start with two balancing algorithms: round-robin and random. Then, we can define a {{BalancingPolicy}} interface that the user can implement and use. It would allow to support weight based or any other custom policy. Round-robin and random will be implementation of this {{BalancingPolicy}}.

> HTTP proxy should be able to support several addresses with round-robin
> -----------------------------------------------------------------------
>
>                 Key: KARAF-5772
>                 URL: https://issues.apache.org/jira/browse/KARAF-5772
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>              Labels: http, proxy
>             Fix For: 4.2.2
>
>
> The Karaf HTTP proxy servlet should be able to round-robin or random pick up a target destination if several are provided.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)