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 2AC5F10BC5 for ; Thu, 5 Sep 2013 22:04:03 +0000 (UTC) Received: (qmail 36446 invoked by uid 500); 5 Sep 2013 22:04:02 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 36413 invoked by uid 500); 5 Sep 2013 22:04:02 -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 36405 invoked by uid 99); 5 Sep 2013 22:04:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 22:04:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.192.182] (HELO mail-pd0-f182.google.com) (209.85.192.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 22:03:57 +0000 Received: by mail-pd0-f182.google.com with SMTP id r10so2396778pdi.41 for ; Thu, 05 Sep 2013 15:03:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=groovie.org; s=google; h=from:content-type:message-id:mime-version:subject:date:references :to:in-reply-to; bh=Hv42UcjgnfmL+YSSFIX/yda/vBGoiehLn+t7pUPmE+s=; b=L8+XpPf3IyinuWTvx6oCzcaJ1X8zxru9Cqr8NBNv113H7Zj7Y6Z/ye/HzZ+aDJLenZ mPOtjp28R1HkFwkiTwgmOHf5MEK8Fy/qdffndrKcwVbVHLLYR3H+4Zeud3WNMaAsKbzj jl7FnEUyj9Jeoh2NKFAlJ9ueCwsfPcOAbdmz0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:message-id:mime-version :subject:date:references:to:in-reply-to; bh=Hv42UcjgnfmL+YSSFIX/yda/vBGoiehLn+t7pUPmE+s=; b=EKs403xK1OVnAGOb/g6xo2Bljgm6dlx8Ic/cDaqm8AA7aIJzKPXpYosiVeznqcZXRP UkihciSFQ3YXjOP5S3cBVBKYNvbw6dcr0++96muwQyB4YXI5VTThDIDZ12UgfVRnmrez moGVUx2R7NkJIuGS49f/W1KgumAZo73MGRJ19lqwGAcJkuhexDCqWMAWEeB+tYmgRIWP W3PkMFxlTVpuN/NVf1RRzvwxJn1KyVnezSzbRqDz54dHOyDZU083h/BrxWxzMlyk0BCs DXVn9g+Co/h5sxSDzf+X3tSWmSegBoaIOT8D9/f6bUprfSfodGuNpPpXVpw8zUr0AnU+ 4IKg== X-Gm-Message-State: ALoCoQlqOEGqr4RB4r3tjkaspzrL2QwECpanQU3PgpwzVb+fIa6oIOcnbdU/VHrnZgP18EoA9Nmb X-Received: by 10.66.227.2 with SMTP id rw2mr208302pac.131.1378418596721; Thu, 05 Sep 2013 15:03:16 -0700 (PDT) Received: from [10.251.35.145] (v-1045.fw1.sfo1.mozilla.net. [63.245.219.50]) by mx.google.com with ESMTPSA id tz3sm37896042pbc.20.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Sep 2013 15:03:15 -0700 (PDT) From: Ben Bangert Content-Type: multipart/signed; boundary="Apple-Mail=_33610A16-3C0F-442A-BDFF-F14F12DB1F47"; protocol="application/pgp-signature"; micalg=pgp-sha1 Message-Id: <4FA5B943-DD3D-4259-A745-7030B3E0A474@groovie.org> Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: zkpython for zookeeper 3.5.0 Date: Thu, 5 Sep 2013 15:04:57 -0700 References: To: user@zookeeper.apache.org In-Reply-To: X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_33610A16-3C0F-442A-BDFF-F14F12DB1F47 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 On Aug 23, 2013, at 12:07 PM, Deepak Jagtap = wrote: > I have using zkypthon as client for some applications and planning to = use > zookeeper 3.5.0 in future. > But the issue is that zkpython module doesn't support APIs for dynamic > zookeeper quorum update. Does anybody aware if any patch is available = for > updating zkpython to support 3.5.0 APIs? Not sure what the point of using zkpython is, since its still missing = transactions and read-only support (both of which are in the Kazoo = library). When 3.5 is closer to being released, we can add any new = functionality to kazoo for it pretty rapidly. Cheers, Ben --Apple-Mail=_33610A16-3C0F-442A-BDFF-F14F12DB1F47 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQIcBAEBAgAGBQJSKQAJAAoJEMyDQib10m3HT48QAM8v8uq8rwfrYmSephsFzwLl WQWwqBcP2hS0hCwRSFFn6LQHpMmIP3PXwNgKS9cbqGN5P8ff8uNjMaACurQk9bxS x4/hSeA5zt/lnSoKFKUyXCcCkIYLhUMaR9wprDYIHUlDs9+PWvL8hl2t66JPwGIZ EWD6/U4RNsE5NH4KvtR3kHl8BCQYMLbrG0M8z8HUg8w+dp36h4NVPtERz2k92G3z Z3uSTxDuGQEZaXX3Sil26hzlCog9OrZ7XuN3NsmbyCA458gBdG/IE4x/Snr5fivv 0ruodnt5iKFQy5na1xBseSGyIG5Xy56/YjcaeDOMFec4K7jB7nBXNs/LvcwVd1LW Zn2bHPNsEOBxKQsj9Svg4kJW6FoSieOC03r1pUKlfDppOBoQ3dxajQxFNWVHvgQD mxs5P9VN4Wo2lpnfN20HjnNIyq9G526iDv6J3Q5J2ZHcp/ldwTYiCMtdJ1L9MBA+ 4OL6nGUBIkBVMEyEeTtpM0CxrwsKzkAUXkoGLQfKkC5C96w/0I+xRAlDfY5wtdMO 0P12DSLZjy+zuw0/C7JtZz4dQ35qFVjUUKmX7qcSDfZ3541aQIALSHzZbv/B7ZU5 npGV8Fz8fi59Oc8LS/0oQRSPRiN1Fscb4QtA5uce4SVLZ7vMYo8X1l0RYwQLVaXr t0hEK23UCrpEb1u8ASR2 =XKxM -----END PGP SIGNATURE----- --Apple-Mail=_33610A16-3C0F-442A-BDFF-F14F12DB1F47--