kamalcph commented on code in PR #14116:
URL: https://github.com/apache/kafka/pull/14116#discussion_r1285716790


##########
core/src/test/scala/unit/kafka/utils/TestUtils.scala:
##########
@@ -216,6 +216,14 @@ object TestUtils extends Logging {
     (new Broker(id, host, port, 
ListenerName.forSecurityProtocol(securityProtocol), securityProtocol), epoch)
   }
 
+  /**
+   * Create a test config for the provided parameters.
+   */
+  def createServerConfigs(numConfigs: Int,

Review Comment:
   Removed this method. With `createBrokerConfigs`, we had to supply 18 
parameters from Java code.



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