chia7712 commented on code in PR #20244:
URL: https://github.com/apache/kafka/pull/20244#discussion_r2325557949


##########
core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala:
##########
@@ -2589,8 +2594,11 @@ class PlaintextAdminIntegrationTest extends 
BaseAdminIntegrationTest {
     shareGroupConfig.put(ConsumerConfig.GROUP_ID_CONFIG, shareGroupId)
     val shareGroup = createShareConsumer(configOverrides = shareGroupConfig)
 
-    val config = createConfig
-    client = Admin.create(config)
+    val streamsGroup = createStreamsGroup(

Review Comment:
   The consumer may create `testTopicName` due to a metadata update, causing 
the subsequent `client.createTopics` call to fail since the topic already 
exists.
   
   see 
https://github.com/apache/kafka/actions/runs/17495296037/job/49695550299?pr=20472
   
   @lucliu1108  WDYT? Perhaps we could create the topic first?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to