Re: connection closed by kafka

2016-11-02 Thread Rajini Sivaram
Broker closes client connections that are idle for a configurable period of time (broker property connections.max.idle.ms). The default idle time is 10 minutes which matches the close time in the logs. On Wed, Nov 2, 2016 at 2:43 PM, Jaikiran Pai wrote: > Which exact version of Kafka installatio

Re: connection closed by kafka

2016-11-02 Thread Jaikiran Pai
Which exact version of Kafka installation and Kafka client is this? And which language/library of Kafka client? Also, are you describing this situation in the context of producing messages? Can you post your relevant code from the application where you deal with this? Connection management is

connection closed by kafka

2016-10-27 Thread Jianbin Wei
In our environment we notice that sometimes Kafka would close the connection after one message is sent over. The client does not detect that and tries to send another message again. That triggers a RST packet. Any idea why the Kafka broker would close the connection? Attached you can find the