jsancio commented on a change in pull request #11511: URL: https://github.com/apache/kafka/pull/11511#discussion_r751861309
########## File path: core/src/test/scala/integration/kafka/api/IntegrationTestHarness.scala ########## @@ -84,14 +84,6 @@ abstract class IntegrationTestHarness extends KafkaServerTestHarness { private def insertControllerListenersIfNeeded(props: Seq[Properties]): Unit = { if (isKRaftTest()) { props.foreach { config => - // Add the CONTROLLER listener to "listeners" if it is not already there. Review comment: You are right. I removed this method. `QuorumTestHarness` only really supports `PLAINTEXT` for the controller listener. I think we are going to need additional changes to `QuorumTestHarness` to support some of the other security protocols. -- 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