Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 84926 invoked from network); 29 Mar 2010 00:35:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Mar 2010 00:35:50 -0000 Received: (qmail 38701 invoked by uid 500); 29 Mar 2010 00:35:50 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 38681 invoked by uid 500); 29 Mar 2010 00:35:50 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 38669 invoked by uid 99); 29 Mar 2010 00:35:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 00:35:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 00:35:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 53EE5234C4BC for ; Mon, 29 Mar 2010 00:35:27 +0000 (UTC) Message-ID: <1044094513.539551269822927342.JavaMail.jira@brutus.apache.org> Date: Mon, 29 Mar 2010 00:35:27 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-2738) integration with zookeeper for location tranparency and clustering/failover MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org integration with zookeeper for location tranparency and clustering/failover --------------------------------------------------------------------------- Key: CXF-2738 URL: https://issues.apache.org/jira/browse/CXF-2738 Project: CXF Issue Type: New Feature Reporter: Daniel Kulp How about doing an integration with ZooKeeper that would allow web/rest service instances to automatically register their existence with a run-time registry: at run-time, clients could then mint a reference to any one of the backend services. This would start as a mechanism to provide true location transparency for services, and would end up in a nice mechanism for server-side clustering, high-availability and failover! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.