lucliu1108 commented on code in PR #20244: URL: https://github.com/apache/kafka/pull/20244#discussion_r2328403245
########## 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: Patch created: https://github.com/apache/kafka/pull/20496. Thanks! @chia7712 -- 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