omkreddy commented on code in PR #16916: URL: https://github.com/apache/kafka/pull/16916#discussion_r1749568819
########## core/src/test/scala/unit/kafka/server/GroupCoordinatorBaseRequestTest.scala: ########## @@ -38,6 +46,12 @@ class GroupCoordinatorBaseRequestTest(cluster: ClusterInstance) { private def controllerServers(): Seq[ControllerServer] = cluster.controllers().values().asScala.toSeq + protected def securityProtocol: SecurityProtocol = SecurityProtocol.PLAINTEXT Review Comment: we are always passing securityProtocol, listenerName. looks these are not necessary here -- 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