cmccabe commented on code in PR #13407: URL: https://github.com/apache/kafka/pull/13407#discussion_r1163355497
########## metadata/src/main/java/org/apache/kafka/image/FeaturesImage.java: ########## @@ -37,19 +40,30 @@ * This class is thread-safe. */ public final class FeaturesImage { - public static final FeaturesImage EMPTY = new FeaturesImage(Collections.emptyMap(), MetadataVersion.MINIMUM_KRAFT_VERSION); + public static final FeaturesImage EMPTY = new FeaturesImage( + Collections.emptyMap(), + MetadataVersion.MINIMUM_KRAFT_VERSION, + ZkMigrationState.UNINITIALIZED Review Comment: This is not UNINITIALIZED, it's NONE -- 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