RE: question about async publishing for 0.8.1

2014-10-27 Thread Libo Yu
Thanks, Jay. A large retry number can help in this case. > Date: Mon, 27 Oct 2014 18:12:12 -0700 > Subject: Re: question about async publishing for 0.8.1 > From: jay.kr...@gmail.com > To: users@kafka.apache.org > > You may also need to set the retries to something high, I th

Re: question about async publishing for 0.8.1

2014-10-27 Thread Jay Kreps
You may also need to set the retries to something high, I think. I think the default is something like 1 or 3 so it will try a few times then give up. -Jay On Mon, Oct 27, 2014 at 6:01 PM, Libo Yu wrote: > This seems to be a bug of 0.8.1 > More info: > queue.enqueue.timeout.ms is explicitly set

RE: question about async publishing for 0.8.1

2014-10-27 Thread Libo Yu
This seems to be a bug of 0.8.1 More info: queue.enqueue.timeout.ms is explicitly set to -1. queue.buffering.max.messages is explicitly set o 1. But still, when the net cable was unplugged, the producer did not block at all and all messages were "sent". > From: yu_l...@hotmail.com > To: u