jack2012aa commented on code in PR #21101:
URL: https://github.com/apache/kafka/pull/21101#discussion_r2649980515


##########
test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/ClusterInstance.java:
##########
@@ -327,6 +327,14 @@ default void createTopic(String topicName, int partitions, 
short replicas, Map<S
         }
     }
 
+    default void createTopicWithAssignment(String topicName, Map<Integer, 
List<Integer>> replicaAssignment) throws InterruptedException, 
ExecutionException {

Review Comment:
   Yes. It is removed now.



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