msn-tldr commented on code in PR #15323:
URL: https://github.com/apache/kafka/pull/15323#discussion_r1487739946
##########
clients/src/test/java/org/apache/kafka/test/TestUtils.java:
##########
@@ -123,6 +126,34 @@ public static Cluster clusterWith(final int nodes, final
String topic, final int
return clusterWith(nodes, Collections.singletonMap(topic, partitions));
}
+ public static MetadataCache metadataCacheWith(final int nodes, final
Map<String, Integer> topicPartitionCounts) {
Review Comment:
done
--
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]