Return-Path: X-Original-To: apmail-storm-user-archive@minotaur.apache.org Delivered-To: apmail-storm-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47E1C10AD5 for ; Wed, 5 Feb 2014 17:31:22 +0000 (UTC) Received: (qmail 41061 invoked by uid 500); 5 Feb 2014 17:31:21 -0000 Delivered-To: apmail-storm-user-archive@storm.apache.org Received: (qmail 40995 invoked by uid 500); 5 Feb 2014 17:31:21 -0000 Mailing-List: contact user-help@storm.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@storm.incubator.apache.org Delivered-To: mailing list user@storm.incubator.apache.org Received: (qmail 40987 invoked by uid 99); 5 Feb 2014 17:31:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 17:31:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bijoy.computers@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 17:31:15 +0000 Received: by mail-qa0-f52.google.com with SMTP id j15so994347qaq.25 for ; Wed, 05 Feb 2014 09:30:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JQhk9zwfeYWPs737f/Ch7JL4mfAkSYC60XsQcL0chYw=; b=JIFwLBbwAi5fufWLB0mX6HMlbNpyA+BoqwTsEYRBTGVZHpP/8FNIH9fnTNObsUIkPr ApsTOUhzgshTABQR3KRG0GDwjgVze7nXuVdpLte5mDv6E8swysdOEDQeD6FIH88Cy89U +5vby3esGIKRGbzrpHIO56OJw8JXPcVEYfaMRckYFHfm6ONWYy1RU1d8QoW5JP5aX0YR jRuA5AeDBIJw362eK9suvbHHgqnggZ6yKr/uQAMobmg1bQVU6qK4m2nrnhG8ZiKQ/mYg C3elIA2nGZ/sTHsSvT+Vskwkrm5ijfK//gv8fcEJb1HKxFhEhv93V1XiA17sKhz5rYqx m5wQ== MIME-Version: 1.0 X-Received: by 10.224.157.7 with SMTP id z7mr4643678qaw.37.1391621455010; Wed, 05 Feb 2014 09:30:55 -0800 (PST) Received: by 10.140.49.232 with HTTP; Wed, 5 Feb 2014 09:30:54 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Feb 2014 23:00:54 +0530 Message-ID: Subject: Re: ZkHosts KafkaSpout From: bijoy deb To: user@storm.incubator.apache.org Content-Type: multipart/alternative; boundary=089e0160a3d07cdeb804f1ac1e72 X-Virus-Checked: Checked by ClamAV on apache.org --089e0160a3d07cdeb804f1ac1e72 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Gaspar, Your brokerZkStr should contain the comma-separated string of zookeper host:port,e.g brokerZkStr =3D "abc.com:2181,xyz.com:2182" Thanks Bijoy On Wed, Feb 5, 2014 at 9:53 PM, Gaspar Mu=F1oz < gmunoz@paradigmatecnologico.com> wrote: > Hi, I use KafkaSpout and I've been testing a topology in local mode and a > distributed enviroment with 1 Kafka machine and 1 storm machine. > > Now, I am going to try in a distributed enviroment with a couple of Kafka > + Zookeeper machines and another 3 Storm. > > My doubt is, in zkHosts, what brokerZkStr should I use if I have a > Zookeeper cluster (2 machines)? > > public ZkHosts(String brokerZkStr, String brokerZkPath) { > this.brokerZkStr =3D brokerZkStr; > this.brokerZkPath =3D brokerZkPath; > } > > Thank you. > --089e0160a3d07cdeb804f1ac1e72 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Gaspar,

Your brokerZkStr sh= ould contain the comma-separated string of zookeper host:port,e.g
broke= rZkStr =3D "abc.com:2181,xyz.com:2182"

Thanks
Bijoy

On Wed, Feb 5, 2014 at 9:53 PM, Gaspar Mu=F1oz = <gmunoz@paradigmatecnologico.com> wrote:
Hi, I use KafkaSpout and I&= #39;ve been testing a topology in local mode and a distributed enviroment w= ith 1 Kafka machine and 1 storm machine.=A0

Now, I am going to try in a distributed enviroment with a co= uple of Kafka + Zookeeper machines and another 3 Storm.=A0

My doubt is, =A0in zkHosts, what brokerZkStr should I u= se if I have a Zookeeper cluster (2 machines)?

=A0public ZkHosts(String brokerZkStr, String brokerZkPath) {
= =A0 =A0 this.brokerZkStr =3D brokerZkStr;
=A0 =A0 this.brokerZkPath =3D brokerZkPath;
=A0 }

Thank you.

--089e0160a3d07cdeb804f1ac1e72--