chia7712 commented on code in PR #15687:
URL: https://github.com/apache/kafka/pull/15687#discussion_r1557600867
##########
core/src/test/java/kafka/test/junit/ClusterTestExtensions.java:
##########
@@ -190,6 +190,9 @@ private void processClusterTest(ExtensionContext context,
ClusterTest annot, Clu
}
Properties properties = new Properties();
+ for (ClusterConfigProperty property : defaults.serverProperties()) {
Review Comment:
this is unrelated to this PR, but could we update `config.serverProperties`
instead of creating a temporary `properties`?
--
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]