FrankYang0529 commented on code in PR #17284:
URL: https://github.com/apache/kafka/pull/17284#discussion_r1778640987


##########
core/src/test/scala/unit/kafka/server/SaslApiVersionsRequestTest.scala:
##########
@@ -60,14 +60,16 @@ object SaslApiVersionsRequestTest {
 
     List(ClusterConfig.defaultBuilder
       .setSecurityProtocol(securityProtocol)
-      .setTypes(Set(Type.ZK).asJava)
+      .setTypes(Set(Type.KRAFT).asJava)
       .setSaslServerProperties(saslServerProperties)
       .setSaslClientProperties(saslClientProperties)
       .setServerProperties(serverProperties)
       .build()).asJava
   }
 }
 
+// TODO: KAFKA-17631 - Convert SaslApiVersionsRequestTest to kraft
+@Disabled

Review Comment:
   Addressed both comments. Thanks for the review.



-- 
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

Reply via email to