See https://issues.apache.org/jira/browse/KAFKA-1894.
-Jason
On Wed, Feb 10, 2016 at 2:08 PM, William Grim wrote:
> Hi,
>
> I'm noticing that when we have a thread that comes up and calls
> KafkaConsumer.poll(long), it will pause for a much longer time than our 1s
> timeout. It looks like this
Hi,
I'm noticing that when we have a thread that comes up and calls
KafkaConsumer.poll(long), it will pause for a much longer time than our 1s
timeout. It looks like this is probably happening when kafka gets down to
calling ConsumerNetworkClient.epollWait after calling
ConsumerNetworkClient.poll