Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDF7B9365 for ; Mon, 9 Jan 2012 13:20:44 +0000 (UTC) Received: (qmail 67558 invoked by uid 500); 9 Jan 2012 13:20:41 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 67118 invoked by uid 500); 9 Jan 2012 13:20:22 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 67094 invoked by uid 99); 9 Jan 2012 13:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 13:20:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bibryam@gmail.com designates 74.125.83.45 as permitted sender) Received: from [74.125.83.45] (HELO mail-ee0-f45.google.com) (74.125.83.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 13:20:10 +0000 Received: by eekb45 with SMTP id b45so2254052eek.32 for ; Mon, 09 Jan 2012 05:19:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6d0gFj6U2bLbTp2o/fvCSvRBxKOvFWZN25E31FPzFKA=; b=Hvk8P1E1cBPisZsMPb+TmFt00Jo69IhnQIHhYCmPRXoZ6CW1oiO7NCwwgZ8SDKevLe 9sv7dcMRSFw5CABthKUDXpilhOromcm8ZA69RTuBSVbLefLHMI3c44FuVnwSInv2BcYG xyYUNw50T1EoXaImCnA/0nPjKMYROb0NBF7NE= MIME-Version: 1.0 Received: by 10.14.125.146 with SMTP id z18mr6082585eeh.88.1326115190697; Mon, 09 Jan 2012 05:19:50 -0800 (PST) Received: by 10.213.3.13 with HTTP; Mon, 9 Jan 2012 05:19:50 -0800 (PST) In-Reply-To: References: Date: Mon, 9 Jan 2012 13:19:50 +0000 Message-ID: Subject: Re: Zookeeper component documentation From: Bilgin Ibryam To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 3 January 2012 16:43, Hartmut Lang wrote: > > Hi, > > for me it seems that the documentation for the zookeeper component is not correct: http://camel.apache.org/zookeeper.html. > > The examples for "reading from a znode" seems more like a writing example. You are right Hartmut, reading should be in the format: from("zookeeper://localhost:39913/camel?repeat=true").to("mock:zookeeper-data"); I updated the docs. Thanks for letting us know. Bilgin > > But maybe i just don't get the point here. > > Hartmut > > >