Re: Producer reaches a max of 7Mbps

2013-11-19 Thread hsy...@gmail.com
ov 19, 2013 at 8:43 PM, Wendy Bartlett < > wendy.bartl...@threattrack.com> wrote: > > > Will Kafka 09 be backward compatible with 08? > > > > From: Neha Narkhede > > Sent: Tuesday, November 19, 2013 9:27 AM > > To:

Re: Producer reaches a max of 7Mbps

2013-11-19 Thread Abhinav Anand
ill Kafka 09 be backward compatible with 08? > > From: Neha Narkhede > Sent: Tuesday, November 19, 2013 9:27 AM > To: users@kafka.apache.org > Subject: Re: Producer reaches a max of 7Mbps > > I went through the performance page where

RE: Producer reaches a max of 7Mbps

2013-11-19 Thread Wendy Bartlett
Will Kafka 09 be backward compatible with 08? From: Neha Narkhede Sent: Tuesday, November 19, 2013 9:27 AM To: users@kafka.apache.org Subject: Re: Producer reaches a max of 7Mbps I went through the performance page where it can reach a speed of 50MBps

Re: Producer reaches a max of 7Mbps

2013-11-19 Thread Neha Narkhede
I went through the performance page where it can reach a speed of 50MBps. I think that number is true for 07, not 08. If you want higher producer throughout in 08, you can set request . required.acks=0. Note that it means that the producer does not receive server side acknowledgements if you use

Producer reaches a max of 7Mbps

2013-11-18 Thread Abhinav Anand
Hi, I am using kafka producer and broker for a production setup. The expected producer output is 20MBps but I am only getting max of 8MBps. I have verified that we are losing packets by directly connecting to the data source through TCP though the metrics is not reflecting any loss. I went through