TaiJuWu commented on code in PR #18513: URL: https://github.com/apache/kafka/pull/18513#discussion_r1913638827
########## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ########## @@ -1883,6 +1886,9 @@ class PlaintextAdminIntegrationTest extends BaseAdminIntegrationTest { } } catch { case _: InterruptException => // Suppress the output to stderr + } finally { + consumer.close() + stopLatch.countDown() Review Comment: Oh sorry, you are correct. static member won't leave group after closing. -- 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