Re: Batch size in producer

2012-12-20 Thread Neha Narkhede
t: Thursday, December 20, 2012 2:54 PM > To: users@kafka.apache.org > Subject: Re: Batch size in producer > > > How big should be the batch size? > > > > In production at Linkedin, we use a batch size of 200, which has worked > pretty well. > > > > What happe

RE: Batch size in producer

2012-12-20 Thread Subhash Agrawal
Thanks Neha. How can I shutdown the producer? is it ctrl-c? -Original Message- From: Neha Narkhede [mailto:neha.narkh...@gmail.com] Sent: Thursday, December 20, 2012 2:54 PM To: users@kafka.apache.org Subject: Re: Batch size in producer > How big should be the batch size? &g

Re: Batch size in producer

2012-12-20 Thread Neha Narkhede
> How big should be the batch size? > In production at Linkedin, we use a batch size of 200, which has worked pretty well. > What happens if producer client crashes before batch is full and messages > were still sitting in producer queue? Does it recover those messages when > we restart the pro