TaiJuWu commented on code in PR #18513:
URL: https://github.com/apache/kafka/pull/18513#discussion_r1913613325


##########
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:
   I am not sure we need to call close here.
   It maybe cause static instance leave group.



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