showuon commented on PR #12590:
URL: https://github.com/apache/kafka/pull/12590#issuecomment-1252100858

   > Perhaps a naive question but does the fetch request to close the session 
fetches any records? Or does it just close the session and return?
   
   @dajac , good question. When consumer closing, it'll leave group first, and 
then close fetcher. I thought leaving group will clear the owned partition, but 
looks like it won't. Maybe we need to update in broker side, to not return 
records when client is trying to close the session and not create a new one. 
@divijvaidya , WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to