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 602B910232 for ; Sun, 28 Apr 2013 15:43:47 +0000 (UTC) Received: (qmail 9856 invoked by uid 500); 28 Apr 2013 15:43:46 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 9823 invoked by uid 500); 28 Apr 2013 15:43:46 -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 9814 invoked by uid 99); 28 Apr 2013 15:43:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Apr 2013 15:43:46 +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 hartmut.lang@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Apr 2013 15:43:42 +0000 Received: by mail-wi0-f173.google.com with SMTP id c10so2016315wiw.0 for ; Sun, 28 Apr 2013 08:43:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=yS69LBVMHz96P5wd6MFGbSfeXYJVuUi2zraePd451p8=; b=Jpbel/HfV/aQM92sPDT+4Oolxb6lPL5EZUDv2htBV35jy0s7/ZqijNjR2TV+/AmyEr Zq8sxAa5BITlzAWJs/75h/bdKFTRbgzFBRPRKkIC3aKgdyHWCt0LZVxJFbkjtAlUOzM1 DKSRQQoYJqAZMleM4/Jt6/vfp2sr1aM3wWkyJaaHiwsvGSIWhyxKwUOw5UQH9yLogSl3 xgV+PObYlLf5nzXcmWav+6hGeO5I9W7Z2/qWHhaiAYR/0lX1fV04DGBw+myop6lLBH4P 1fHlrRjtOLCx4YsKOlBGn4Nb3McSILPTRUeIhgitOGlobgnmhtvWBk9/YJXjPJhIXgLJ b2bQ== MIME-Version: 1.0 X-Received: by 10.180.21.193 with SMTP id x1mr12937456wie.31.1367163801231; Sun, 28 Apr 2013 08:43:21 -0700 (PDT) Received: by 10.227.26.7 with HTTP; Sun, 28 Apr 2013 08:43:21 -0700 (PDT) In-Reply-To: References: Date: Sun, 28 Apr 2013 17:43:21 +0200 Message-ID: Subject: Re: Understanding the protocols From: Hartmut Lang To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=047d7bb70982b8e61b04db6da060 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb70982b8e61b04db6da060 Content-Type: text/plain; charset=ISO-8859-1 Hi, i recommend to have a look at curator: http://netflix.github.io/curator/ Hartmut 2013/4/28 Arink Verma > Hello everyone > > I am Arink, computer science student and open source enthusiastic. I am > working on pure zookeeper client on twitter's finagle. But I am not aware > of zookeeper's protocols. How it make connection with server? > > I have read ZooKeeper Internals[1], but that is so brief to implement fresh > client from scratch on scala . > > > can someone provide me any resource and help? > > > [1] > > http://zookeeper.apache.org/doc/r3.1.2/zookeeperInternals.html#sc_guaranteesPropertiesDefinitions > > Thanks > > -- > - > Arink > Computer Science and Engineering > Indian Institute of Technology Ropar > www.arinkverma.in > --047d7bb70982b8e61b04db6da060--