showuon commented on a change in pull request #11681:
URL: https://github.com/apache/kafka/pull/11681#discussion_r785305376



##########
File path: core/src/test/java/kafka/test/junit/RaftClusterInvocationContext.java
##########
@@ -179,7 +179,7 @@ public KafkaClusterTestKit getUnderlying() {
 
         @Override
         public Admin createAdminClient(Properties configOverrides) {
-            Admin admin = 
Admin.create(clusterReference.get().clientProperties());
+            Admin admin = 
Admin.create(clusterReference.get().clientProperties(configOverrides));

Review comment:
       side fix: the `configOverrides` should be passed into the 
`clientProperties`.




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