Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3865A995F for ; Tue, 10 Apr 2012 15:41:16 +0000 (UTC) Received: (qmail 95677 invoked by uid 500); 10 Apr 2012 15:41:15 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 95597 invoked by uid 500); 10 Apr 2012 15:41:15 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 95589 invoked by uid 99); 10 Apr 2012 15:41:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 15:41:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roshanp@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 15:41:08 +0000 Received: by werh12 with SMTP id h12so3603390wer.15 for ; Tue, 10 Apr 2012 08:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IfSsEtqb3nQfUfaIPfMo7C16YE1kESO80I0m0sSW6KQ=; b=TIa8hCJvvkq7Vj4C9dHrC/y84cj4wiPQO0cNBnhQieo7LOOTSUlgdez0bPzOTZzc0V BB/4DGoc1/BvmULw+13+Gf/ac3M/TcnfYNbu+kIZ7kvMhWERFXyoF7kz5KtQZaSTJrmK iMl5MZF+YbjhSFPGM0OPTl7R8UBk9PqPqVmGUv4WKmHJF5/O/Vwc2W67Vmw48ueW4wsz 7+u7zhpfcPhokwsvuwtvEWDsJJ+fsZMEzpj2u8Jjllslm3YiLSrCgipRQtzxiw9IsxZU +NaLH1+Y1I/A8JDHGDn5dvoN2W5pnptKR0hWvnI15urX2Euqp0+hvD4omXhATnYuWGgq rmtA== MIME-Version: 1.0 Received: by 10.216.145.209 with SMTP id p59mr6755836wej.50.1334072446754; Tue, 10 Apr 2012 08:40:46 -0700 (PDT) Received: by 10.216.225.88 with HTTP; Tue, 10 Apr 2012 08:40:46 -0700 (PDT) Date: Tue, 10 Apr 2012 11:40:46 -0400 Message-ID: Subject: Connection Abstraction From: Roshan Punnoose To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=0016e6dee8304b1f2e04bd54f2cb X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dee8304b1f2e04bd54f2cb Content-Type: text/plain; charset=ISO-8859-1 Hey all, I have a network where two servers cannot talk to each other through the normal server:port paradigm. But I have a separate proprietary "proxy" that I can use to connect them. Is there an abstraction of the connection that a zookeeper client makes to the server so that I can write my own connection layer between the two? Thanks! Roshan --0016e6dee8304b1f2e04bd54f2cb--