brandboat commented on code in PR #15715:
URL: https://github.com/apache/kafka/pull/15715#discussion_r1566877392
##########
core/src/test/java/kafka/test/junit/ClusterTestExtensions.java:
##########
@@ -190,10 +192,10 @@ private void processClusterTest(ExtensionContext context,
ClusterTest annot, Clu
ClusterConfig config = builder.build();
Review Comment:
Thanks [Chia-Ping Tsai] ! In this pr, currently I'm working on making
ClusterConfig immutable. And other places as you mentioned like `BrokerNode`,
`ControllerNode` are not immutable. We can continue the work in the JIRA you
just filed.
--
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]