[ https://issues.apache.org/jira/browse/KAFKA-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16384831#comment-16384831 ]
ASF GitHub Bot commented on KAFKA-6608: --------------------------------------- ConcurrencyPractitioner opened a new pull request #4643: [KAFKA-6608] Add timeout parameter to methods which fetches and reset… URL: https://github.com/apache/kafka/pull/4643 Added timeout parameters to methods. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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 timeout parameter to methods which fetches and resets offsets > ----------------------------------------------------------------- > > Key: KAFKA-6608 > URL: https://issues.apache.org/jira/browse/KAFKA-6608 > Project: Kafka > Issue Type: Improvement > Components: consumer > Reporter: Richard Yu > Priority: Blocker > Labels: needs-discussion, needs-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 updates and fetches offset > positions, a tighter control on time could be achieved. -- This message was sent by Atlassian JIRA (v7.6.3#76005)