cmccabe commented on code in PR #12050:
URL: https://github.com/apache/kafka/pull/12050#discussion_r871908541


##########
core/src/test/java/kafka/test/ClusterConfig.java:
##########
@@ -53,7 +55,7 @@ public class ClusterConfig {
 
     ClusterConfig(Type type, int brokers, int controllers, String name, 
boolean autoStart,
                   SecurityProtocol securityProtocol, String listenerName, File 
trustStoreFile,
-                  String ibp) {
+                  String ibp, MetadataVersion metadataVersion) {

Review Comment:
   It seems like we should parse the IBP string and deduce `MetadataVersion`, 
right?



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