ijuma commented on code in PR #18329: URL: https://github.com/apache/kafka/pull/18329#discussion_r1898948164
########## core/src/main/scala/kafka/server/KafkaConfig.scala: ########## @@ -665,16 +663,9 @@ class KafkaConfig private(doLog: Boolean, val props: util.Map[_, _]) def saslMechanismControllerProtocol: String = getString(KRaftConfigs.SASL_MECHANISM_CONTROLLER_PROTOCOL_CONFIG) - def controlPlaneListener: Option[EndPoint] = { - controlPlaneListenerName.map { listenerName => - listeners.filter(endpoint => endpoint.listenerName.value() == listenerName.value()).head - } - } - def dataPlaneListeners: Seq[EndPoint] = { Review Comment: Do we want to rename all the `dataPlane*` methods to remove the prefix? Perhaps that can be a separate JIRA ticket since it's not required for 4.0. -- 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