[ https://issues.apache.org/jira/browse/KAFKA-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731570#comment-14731570 ]
Tapasi Paul commented on KAFKA-2120: ------------------------------------ Hello folks, We are facing an issue with the networkproducerclient(rls 8.2.1) spinning issue as reported in this Jira , when kafka is down. Looks like there is a patch available and in the distribution I see rls 8.2.2 is now available. Can you please tell me if this fix for the timeout is there in 8.2.2 ? If not, when it would be available ? Thanks > Add a request timeout to NetworkClient > -------------------------------------- > > Key: KAFKA-2120 > URL: https://issues.apache.org/jira/browse/KAFKA-2120 > Project: Kafka > Issue Type: New Feature > Reporter: Jiangjie Qin > Assignee: Mayuresh Gharat > Priority: Blocker > Fix For: 0.8.3 > > Attachments: KAFKA-2120.patch, KAFKA-2120_2015-07-27_15:31:19.patch, > KAFKA-2120_2015-07-29_15:57:02.patch, KAFKA-2120_2015-08-10_19:55:18.patch, > KAFKA-2120_2015-08-12_10:59:09.patch, KAFKA-2120_2015-09-03_15:12:02.patch > > > Currently NetworkClient does not have a timeout setting for requests. So if > no response is received for a request due to reasons such as broker is down, > the request will never be completed. > Request timeout will also be used as implicit timeout for some methods such > as KafkaProducer.flush() and kafkaProducer.close(). > KIP-19 is created for this public interface change. > https://cwiki.apache.org/confluence/display/KAFKA/KIP-19+-+Add+a+request+timeout+to+NetworkClient -- This message was sent by Atlassian JIRA (v6.3.4#6332)