cmccabe commented on code in PR #13407:
URL: https://github.com/apache/kafka/pull/13407#discussion_r1173092055


##########
metadata/src/main/resources/common/metadata/ZkMigrationRecord.json:
##########
@@ -18,7 +18,9 @@
   "type": "metadata",
   "name": "ZkMigrationStateRecord",
   // Version 0 adds ZkMigrationState which is used by the KRaft controller to 
mark the beginning and end
-  // of the ZK to KRaft migration. Possible values are 1 (PreMigration), 2 
(Migration), 3 (PostMigration).
+  // of the ZK to KRaft migration. Possible values are 0 (None), 1 
(PreMigration), 2 (Migration), 3 (PostMigration).

Review Comment:
   I think this comment needs to be revised to remove the comment about the 
tagged field, and swap the value of PreMigration and Migration



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