TaiJuWu commented on code in PR #16852:
URL: https://github.com/apache/kafka/pull/16852#discussion_r1732747611
##########
core/src/test/java/kafka/test/ClusterInstance.java:
##########
@@ -187,6 +188,14 @@ default void waitTopicDeletion(String topic) throws
InterruptedException {
waitForTopic(topic, 0);
}
+ void waitForMeatdataSync(String topic, int partition, int isrSize) throws
InterruptedException;
Review Comment:
Yes, I find `KRaft` can trace cluster log by controller but there is no way
to check `cluster log` for `ZK`.
`ZK` only support partition level log so I am so hesitate to add this method.
We can discuss offline tonight!
--
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]