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 22075DAE1 for ; Tue, 4 Sep 2012 21:00:41 +0000 (UTC) Received: (qmail 49859 invoked by uid 500); 4 Sep 2012 21:00:37 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 49816 invoked by uid 500); 4 Sep 2012 21:00:37 -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 49756 invoked by uid 99); 4 Sep 2012 21:00:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 21:00:37 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jzimmerman@netflix.com designates 69.53.237.162 as permitted sender) Received: from [69.53.237.162] (HELO exout103.netflix.com) (69.53.237.162) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 21:00:32 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=s1024;d=netflix.com; h=from:to:subject:date:message-id:content-type:mime-version; bh=EF7WICqfpelG/gm+rKX8ihu7pF0=; b=ZQOEuy0sWtJlopilGOyKJXuCl6HGcp8od4nqDvLS280wTKh1+LpZS50b0OgHJ1tQ0rsY4POp 6JLtQMM14/q8YVYpRqxxJJ9t954CL+uTPShr76ig8BPUXglExUklmfhvlWherGv8psxcyjYE 4+lenJL0Bai4y2kYYQIkRWoFkx8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024;d=netflix.com; h=from:to:subject:date:message-id:content-type:mime-version; b=X09U4gcE7Wpv+Ta7RVAOaveP6djhSa1XR4c2THqkWlxJexdDUgpRVwCgzNxlBPRuRkEDLKv8 qi0I5gqTaHR1z9zL9+CpNdeVEtfdZf24D7bTN6EQtjrj5Oa2Fxtbij0j1edDajs7lRF9gZXc HLLHcaml8oVzSe54EjzyVmgmrjI= Received: from EXFE101.corp.netflix.com (10.64.32.161) by exout103.netflix.com (10.64.240.73) with Microsoft SMTP Server (TLS) id 14.2.298.4; Tue, 4 Sep 2012 14:00:10 -0700 Received: from EXMB107.corp.netflix.com ([169.254.7.127]) by exfe101.corp.netflix.com ([10.64.32.161]) with mapi id 14.02.0283.003; Tue, 4 Sep 2012 14:00:11 -0700 From: Jordan Zimmerman To: "user@zookeeper.apache.org" Subject: ANN: Curator ZKClient Bridge Thread-Topic: Curator ZKClient Bridge Thread-Index: AQHNiuBFelNgSkoQmU6wvzF4xJ1zkw== Date: Tue, 4 Sep 2012 21:00:10 +0000 Message-ID: <4C01503C-2EFE-41FA-94E0-8818B4945AC1@netflix.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.64.24.81] Content-Type: multipart/alternative; boundary="_000_4C01503C2EFE41FA94E08818B4945AC1netflixcom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_4C01503C2EFE41FA94E08818B4945AC1netflixcom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable FYI A new Curator extension project is available: Curator ZKClient Bridge Motivation: You may be trying to integrate a project that uses ZKClient and would like a way to use Curator wi= th that project (for example Kafka). Th= e ZKClient Bridge accomplishes that. Usage Given a CuratorFramework instance, you can create a bridged ZKClient via: ZKClient zkClient =3D new ZkClient(new CuratorZKClientBridge(curatorInstanc= e, timeout)); Note: this is part of Curator 1.18.0/1.0.20 --_000_4C01503C2EFE41FA94E08818B4945AC1netflixcom_--