showuon commented on code in PR #13631:
URL: https://github.com/apache/kafka/pull/13631#discussion_r1176030390


##########
clients/src/main/java/org/apache/kafka/clients/ApiVersions.java:
##########
@@ -64,4 +64,8 @@ public synchronized byte maxUsableProduceMagic() {
         return maxUsableProduceMagic;
     }
 
+    // check if all nodes are ZK Migration ready
+    public boolean isAllNodeZkMigrationReady() {

Review Comment:
   Agree! Moving to `QuorumFeatures` now, and add tests to test the 
non-controller node case. Thanks.



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