You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Chris Richardson <ch...@chrisrichardson.net> on 2015/03/21 00:07:17 UTC

ConsumerConnector.shutdown() behavior

Hi,

I am using Kafka 0.8.1.1
I’ve noticed that the call to ConsumerConnector.shutdown.shutdown() takes
approximately 30 seconds.
Coincidentally, that’s the same as *socket.timeout.ms*
<http://socket.timeout.ms/>
I also see this message in the logs right before the call completes:

13:21:52.708  WARN  kafka.consumer.SimpleConsumer - Reconnect due to socket
error: null


Any suggestions? Would upgrading to a newer version help?

Thanks in advance.

Chris