Re: Failover for Zookeeper and Kafka

2013-11-25 Thread Jun Rao
Yes, we have been using MirrorMaker at LinkedIn. You may need to tweak the socket buffer size to amortize the cross DC network latency. Thanks, Jun On Mon, Nov 25, 2013 at 1:34 AM, Arjun wrote: > Hi , > > I just saw your post. Can i know weather you are successful in doing this? > i am planni

Re: Failover for Zookeeper and Kafka

2013-09-10 Thread Jun Rao
Message- > From: Joe Stein [mailto:crypt...@gmail.com] > Sent: Monday, September 09, 2013 5:56 PM > To: users@kafka.apache.org > Subject: Re: Failover for Zookeeper and Kafka > > You want to setup a Zookeeper ensemble ( always an odd number of servers, > three is often acceptable )

RE: Failover for Zookeeper and Kafka

2013-09-09 Thread Xuyen On
al Message- From: Joe Stein [mailto:crypt...@gmail.com] Sent: Monday, September 09, 2013 5:56 PM To: users@kafka.apache.org Subject: Re: Failover for Zookeeper and Kafka You want to setup a Zookeeper ensemble ( always an odd number of servers, three is often acceptable ) http://zookeeper.apac

Re: Failover for Zookeeper and Kafka

2013-09-09 Thread Joe Stein
You want to setup a Zookeeper ensemble ( always an odd number of servers, three is often acceptable ) http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup And use Kafka 0.8 replication http://kafka.apache.org/documentation.html#replication in addition if you want to