showuon commented on a change in pull request #11681:
URL: https://github.com/apache/kafka/pull/11681#discussion_r785305395
##########
File path: core/src/test/java/kafka/testkit/KafkaClusterTestKit.java
##########
@@ -404,7 +404,10 @@ public Properties controllerClientProperties() throws
ExecutionException, Interr
}
public Properties clientProperties() {
- Properties properties = new Properties();
+ return clientProperties(new Properties());
+ }
+
+ public Properties clientProperties(Properties configOverrides) {
Review comment:
support no argument and `configOverrides` argument.
--
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]