Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03C12175B2 for ; Thu, 17 Sep 2015 09:13:46 +0000 (UTC) Received: (qmail 95235 invoked by uid 500); 17 Sep 2015 09:13:45 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 95202 invoked by uid 500); 17 Sep 2015 09:13:45 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 95183 invoked by uid 99); 17 Sep 2015 09:13:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2015 09:13:45 +0000 Date: Thu, 17 Sep 2015 09:13:45 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (KARAF-2488) Provide Cellar HTTP LoadBalancer service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-2488?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KARAF-2488 started by Jean-Baptiste Onofr=C3=A9. --------------------------------------------------- > 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=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > > 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: i= t 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)