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


##########
core/src/test/java/kafka/test/ClusterInstance.java:
##########
@@ -187,6 +188,14 @@ default void waitTopicDeletion(String topic) throws 
InterruptedException {
         waitForTopic(topic, 0);
     }
 
+    default void consistentMetadata() throws InterruptedException {}

Review Comment:
   Could you please offer implementation for it? I assume it has following 
behaviors.
   
   1. return if there is no quorum controller
   2. `controllerOffset` should be the "largest offset"
   
   BTW, how about renaming it to `waitForMeatdataSync`
   WDYT?



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