MirrorMaker consumer does not use broker.list property

2013-05-28 Thread Aman Bazayev
Hi, I'd like to bump this issue: https://mail-archives.apache.org/mod_mbox/kafka-users/201212.mbox/%3CFA0E8A0482D176408729D604142248F319D22CA7%40EXCHANGE14.actuate.com%3E as I'm encountering the same problem. It seems that the MirrorMaker does the following: 1) if zk.connect is defined for the co

Re: About Kafka Users Group around Hadoop Summit

2013-05-28 Thread Vaibhav Puranik
Sorry to bug you guys, but is the date fixed? So that I can book my flight accordingly. Regards, Vaibhav GumGum On Tue, May 21, 2013 at 10:56 AM, Neha Narkhede wrote: > It will be great to have a user group meeting around Hadoop Summit. I > prefer Thursday. > > Thanks, > Neha > > > On Tue, May

Deadline Extension: 2013 Workshop on Middleware for HPC and Big Data Systems (MHPC'13)

2013-05-28 Thread MHPC 2013
we apologize if you receive multiple copies of this message === CALL FOR PAPERS 2013 Workshop on Middleware for HPC and Big Data Systems MHPC '13 as part of Euro-Par 2013, Aachen, Germany

Re: is 0.8 stable?

2013-05-28 Thread Matt Christiansen
We are using it in production here at my company with a few extra patches (mostly need scala 2.10 support). Have not had any issues with it thus far feeding about 3-5 million messages a day through it with out issues. We where just starting out in kafka so opt'ed to go the 0.8 route instead of the

Re: Apache Kafka in AWS

2013-05-28 Thread S Ahmed
Curious if you tested with larger message sizes, like around 20-30kb (you mentioned 2kb). Any numbers on that size? On Thu, May 23, 2013 at 10:12 AM, Jason Weiss wrote: > Bummer. > > Yes, but it will be several days. I'll post back to the forum with a URL > once I'm done. > > Jason > > > > On 5

RE: Apache Kafka in AWS

2013-05-28 Thread Jason Weiss
Nope, sorry. From: S Ahmed [sahmed1...@gmail.com] Sent: Tuesday, May 28, 2013 15:47 To: users@kafka.apache.org Subject: Re: Apache Kafka in AWS Curious if you tested with larger message sizes, like around 20-30kb (you mentioned 2kb). Any numbers on that

Re: About Kafka Users Group around Hadoop Summit

2013-05-28 Thread Neha Narkhede
Vaibhav, You can plan to be here on Thursday evening. We are still working with Hortonworks to see if we can host the meetup at Hadoop Summit venue on Thursday evening. If not, we plan to host it at LinkedIn. Thanks, Neha On Tue, May 28, 2013 at 11:47 AM, Vaibhav Puranik wrote: > Sorry to bug

Re: About Kafka Users Group around Hadoop Summit

2013-05-28 Thread Vaibhav Puranik
Thanks Neha. I will plan accordingly. Regards, Vaibhav On Tue, May 28, 2013 at 5:29 PM, Neha Narkhede wrote: > Vaibhav, > > You can plan to be here on Thursday evening. We are still working with > Hortonworks to see if we can host the meetup at Hadoop Summit venue on > Thursday evening. If not,

Re: MirrorMaker consumer does not use broker.list property

2013-05-28 Thread Jun Rao
Consumer only needs zk.connect, not broker.list. Thanks, Jun On Tue, May 28, 2013 at 11:31 AM, Aman Bazayev wrote: > Hi, > > I'd like to bump this issue: > > https://mail-archives.apache.org/mod_mbox/kafka-users/201212.mbox/%3CFA0E8A0482D176408729D604142248F319D22CA7%40EXCHANGE14.actuate.com%3

Re: MirrorMaker consumer does not use broker.list property

2013-05-28 Thread Aman Bazayev
Thanks for the response. What if I'm trying to set a broker.list for consumer statically, is there a way to do that? On Tue, May 28, 2013 at 9:05 PM, Jun Rao wrote: > Consumer only needs zk.connect, not broker.list. > > Thanks, > > Jun > > > On Tue, May 28, 2013 at 11:31 AM, Aman Bazayev >wrote