[ https://issues.apache.org/jira/browse/KAFKA-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551045#comment-16551045 ]
ASF GitHub Bot commented on KAFKA-7109: --------------------------------------- stanislavkozlovski opened a new pull request #5407: KAFKA-7109: Close cached fetch sessions in the broker on consumer close URL: https://github.com/apache/kafka/pull/5407 Previously, the consumer's incremental fetch sessions would time out once the consumer was gone. ---------------------------------------------------------------- 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 > KafkaConsumer should close its incremental fetch sessions on close > ------------------------------------------------------------------ > > Key: KAFKA-7109 > URL: https://issues.apache.org/jira/browse/KAFKA-7109 > Project: Kafka > Issue Type: Improvement > Reporter: Colin P. McCabe > Assignee: Colin P. McCabe > Priority: Minor > > KafkaConsumer should close its incremental fetch sessions on close. > Currently, the sessions are not closed, but simply time out once the consumer > is gone. -- This message was sent by Atlassian JIRA (v7.6.3#76005)