chia7712 commented on code in PR #18329:
URL: https://github.com/apache/kafka/pull/18329#discussion_r1906954017
##########
core/src/test/scala/unit/kafka/server/SaslApiVersionsRequestTest.scala:
##########
@@ -51,7 +51,6 @@ object SaslApiVersionsRequestTest {
// Configure control plane listener to make sure we have separate
listeners for testing.
val serverProperties = new java.util.HashMap[String, String]()
-
serverProperties.put(SocketServerConfigs.CONTROL_PLANE_LISTENER_NAME_CONFIG,
controlPlaneListenerName)
serverProperties.put(SocketServerConfigs.LISTENER_SECURITY_PROTOCOL_MAP_CONFIG,
s"$controlPlaneListenerName:$securityProtocol,$securityProtocol:$securityProtocol")
Review Comment:
I think `controlPlaneListenerName` is unnecessary to this test, but this
test is disabled for now. Maybe we can revisit it in KAFKA-17631
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]