Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.8.0, 3.9.0
-
None
Description
During testing for KAFKA-16985, a new, parameterized integration test was added to PlaintextConsumerTest named testCloseLeavesGroupOnInterrupt(). When the test is executed locally, it passes using both the AsyncKafkaConsumer and the ClassicKafkaConsumer. However, when the test is run in the Apache CI environment, it passes for the AsyncKafkaConsumer but fails for the ClassicKafkaConsumer. Rather than hold up KAFKA-16985, this Jira was filed to investigate and fix the ClassicKafkaConsumer.