[ https://issues.apache.org/jira/browse/KAFKA-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473251#comment-16473251 ]
ASF GitHub Bot commented on KAFKA-6608: --------------------------------------- ConcurrencyPractitioner opened a new pull request #5014: [KAFKA-6608] Add timeout parameter to methods which retrieves offsets URL: https://github.com/apache/kafka/pull/5014 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Add TimeoutException to KafkaConsumer#position() > ------------------------------------------------ > > Key: KAFKA-6608 > URL: https://issues.apache.org/jira/browse/KAFKA-6608 > Project: Kafka > Issue Type: Improvement > Components: consumer > Reporter: Richard Yu > Assignee: Richard Yu > Priority: Blocker > Labels: kip > > In KAFKA-4879, Kafka Consumer hangs indefinitely due to Fetcher's {{timeout}} > being set to {{Long.MAX_VALUE}}. While fixing this issue, it was pointed out > that if a timeout was added to methods which commits offsets synchronously, a > stricter control on time could be achieved. > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75974886 -- This message was sent by Atlassian JIRA (v7.6.3#76005)