[ https://issues.apache.org/jira/browse/KAFKA-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947301#comment-14947301 ]
ASF GitHub Bot commented on KAFKA-2391: --------------------------------------- GitHub user onurkaraman opened a pull request: https://github.com/apache/kafka/pull/283 KAFKA-2391 [WIP]: add timeout to KafkaConsumer blocking calls You can merge this pull request into a Git repository by running: $ git pull https://github.com/onurkaraman/kafka KAFKA-2391 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/283.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #283 ---- commit e46eb88f83d269341e28f01a6f52f798f0763952 Author: Onur Karaman <okara...@linkedin.com> Date: 2015-10-05T23:37:16Z add timeout to KafkaConsumer.listTopics commit eb62d4b3133ad5286e47b0b8a064958e9f8166e5 Author: Onur Karaman <okara...@linkedin.com> Date: 2015-10-06T20:45:16Z add timeout to KafkaConsumer.partitionsFor ---- > Blocking call such as position(), partitionsFor(), committed() and > listTopics() should have a timeout > ----------------------------------------------------------------------------------------------------- > > Key: KAFKA-2391 > URL: https://issues.apache.org/jira/browse/KAFKA-2391 > Project: Kafka > Issue Type: Sub-task > Reporter: Jiangjie Qin > Assignee: Onur Karaman > > The blocking calls should have a timeout from either configuration or > parameter. So far we have position(), partitionsFor(), committed() and > listTopics(). -- This message was sent by Atlassian JIRA (v6.3.4#6332)