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