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 2015/09/17 21:52:04 UTC

[jira] [Commented] (KARAF-2488) Provide Cellar HTTP LoadBalancer service

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

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

Add on Cellar master: https://git-wip-us.apache.org/repos/asf?p=karaf-cellar.git;a=commitdiff;h=77b8daec706c5fe3d8b09b459d09ab66faa04ace

> Provide Cellar HTTP LoadBalancer service
> ----------------------------------------
>
>                 Key: KARAF-2488
>                 URL: https://issues.apache.org/jira/browse/KARAF-2488
>             Project: Karaf
>          Issue Type: New Feature
>          Components: cellar-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> Currently, Cellar doesn't use Pax Web or HTTP service.
> Cellar could listen for the HTTP service registered, and register on the cluster a map like:
> [Service URI] [Actual Nodes]
> [/foo]        [hostA:5701, hostB:5701]
> [/bar]        [hostB:5701, hostC:5701]
> Thanks to that, any node can act as a load balancer to the other nodes: it can get the HTTP request, proxy it to the actual target node, and return the HTTP response.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)