Re: New producer very slow to call Callback on error

2015-06-08 Thread Jiangjie Qin
KIP-19 should address this issue. https://cwiki.apache.org/confluence/display/KAFKA/KIP-19+-+Add+a+request+ti meout+to+NetworkClient Thanks, Jiangjie (Becket) Qin On 6/8/15, 10:44 AM, "Christofer Hedbrandh" wrote: >I think this question might relate to the very recently posted "callback >hand

New producer very slow to call Callback on error

2015-06-08 Thread Christofer Hedbrandh
I think this question might relate to the very recently posted "callback handler is not getting called if cluster is down" topic from "ankit tyagi". I am using the 0.8.2.1 new producer send(ProducerRecord record, Callback callback) with a Callback and never calling .get() on the Future. I have not