Re: Producer throughput with varying acks=0,1,-1

2018-11-19 Thread Matthias J. Sax
Nokia - IN/Bangalore) wrote: > But if sends are not done in blocking way (with .get()) how does acks matter ? > > -Original Message- > From: Matthias J. Sax > Sent: Saturday, November 17, 2018 12:15 AM > To: users@kafka.apache.org > Subject: Re: Producer throughput

RE: Producer throughput with varying acks=0,1,-1

2018-11-18 Thread Srinivas, Kaushik (Nokia - IN/Bangalore)
But if sends are not done in blocking way (with .get()) how does acks matter ? -Original Message- From: Matthias J. Sax Sent: Saturday, November 17, 2018 12:15 AM To: users@kafka.apache.org Subject: Re: Producer throughput with varying acks=0,1,-1 I you enable acks, it's not fir

Re: Producer throughput with varying acks=0,1,-1

2018-11-16 Thread Matthias J. Sax
I you enable acks, it's not fire and forget any longer. -Matthias On 11/16/18 1:00 AM, Abhishek Choudhary wrote: > Hi, > > I have been doing some performance tests with kafka cluster for my project. > I have a question regarding the send call and the 'acks' property of > producer. I observed bel

Producer throughput with varying acks=0,1,-1

2018-11-16 Thread Abhishek Choudhary
Hi, I have been doing some performance tests with kafka cluster for my project. I have a question regarding the send call and the 'acks' property of producer. I observed below numbers with below invocation of send call. This is a simple fire and forget call. producer.send(record); The topic has