Re: [Java New Producer Configuration] Maximum time spent in Queue in Async mode

2014-09-12 Thread Jun Rao
This is controlled by linger.ms in the new producer in trunk. Thanks, Jun On Thu, Sep 11, 2014 at 5:56 PM, Bhavesh Mistry mistry.p.bhav...@gmail.com wrote: Hi Kafka team, How do I configure a max amount a message spend in Queue ? In old producer, there is property called

[Java New Producer Configuration] Maximum time spent in Queue in Async mode

2014-09-11 Thread Bhavesh Mistry
Hi Kafka team, How do I configure a max amount a message spend in Queue ? In old producer, there is property called queue.buffering.max.ms and it is not present in new one. Basically, if I just send one message that is less than batch size, what is amount of time message will be in local