phong260702 commented on code in PR #15028:
URL: https://github.com/apache/kafka/pull/15028#discussion_r1446341313


##########
core/src/test/scala/integration/kafka/network/DynamicConnectionQuotaTest.scala:
##########
@@ -58,11 +61,13 @@ class DynamicConnectionQuotaTest extends BaseRequestTest {
   @BeforeEach
   override def setUp(testInfo: TestInfo): Unit = {
     super.setUp(testInfo)
-    TestUtils.createTopic(zkClient, topic, brokerCount, brokerCount, servers)
+    admin = TestUtils.createAdminClient(brokers, listener)

Review Comment:
   Thanks for the suggestion. I've changed it.



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

Reply via email to