chia7712 commented on code in PR #15715:
URL: https://github.com/apache/kafka/pull/15715#discussion_r1591692467


##########
core/src/test/java/kafka/test/junit/ClusterTestExtensions.java:
##########
@@ -158,12 +162,24 @@ private void processClusterTest(ExtensionContext context, 
ClusterTest annot, Clu
                 .setName(annot.name().trim().isEmpty() ? null : annot.name())
                 .setListenerName(annot.listener().trim().isEmpty() ? null : 
annot.listener())
                 .setServerProperties(serverProperties)
+                .setPerServerProperties(perServerProperties)
                 .setSecurityProtocol(annot.securityProtocol())
                 .setMetadataVersion(annot.metadataVersion())
                 .build();
         type.invocationContexts(context.getRequiredTestMethod().getName(), 
config, testInvocations);
     }
 
+    private void processClusterConfigProperty(ClusterConfigProperty property,

Review Comment:
   Please remove this unused function.



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