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


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/ClientRebootstrapTest.java:
##########
@@ -97,15 +94,17 @@ public void testAdminRebootstrapDisabled(ClusterInstance 
clusterInstance) {
         try {
             admin.createTopics(List.of(new NewTopic(TOPIC, PARTITIONS, (short) 
REPLICAS)));

Review Comment:
   ```java
   admin.createTopics(List.of(new NewTopic(TOPIC, PARTITIONS, (short) 
REPLICAS))).all().get();
   ```



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

Reply via email to