kirktrue commented on PR #16686:
URL: https://github.com/apache/kafka/pull/16686#issuecomment-2347433996

   Added the parameterized test `testCloseWithInterrupt()`. It validates two 
cases for when `close()` is called after an interrupt:
   
   1. `close(1000)` does invoke the `ConsumerRebalanceListener` during 
unsubscribe
   2. `close(0)` does not invoke the `ConsumerRebalanceListener` during 
unsubscribe


-- 
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