mimaison commented on code in PR #12480: URL: https://github.com/apache/kafka/pull/12480#discussion_r939052756
########## core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala: ########## @@ -1249,7 +1244,7 @@ class DynamicBrokerReconfigurationTest extends QuorumTestHarness with SaslSetup verifyTimeout(consumerFuture) } - private def verifyListener(securityProtocol: SecurityProtocol, saslMechanism: Option[String], groupId: String): Unit = { + private def verifyListener(securityProtocol: SecurityProtocol, saslMechanism: Option[String]): Unit = { Review Comment: True, we can pass `groupId` into `ConsumerBuilder`. I've pushed an update. Thanks -- 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