cmccabe commented on code in PR #12928: URL: https://github.com/apache/kafka/pull/12928#discussion_r1036508634
########## metadata/src/main/resources/common/metadata/ZkMigrationRecord.json: ########## @@ -0,0 +1,13 @@ +{ Review Comment: can we have an associated enum for this? Earlier we sketched out NONE = 0 PREMIGRATION = 1 MIGRATION = 2 POSTMIGRATION = 3 (0 being the default if no record is present) -- 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