jolshan commented on code in PR #19509: URL: https://github.com/apache/kafka/pull/19509#discussion_r2064673881
########## server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java: ########## @@ -147,7 +158,7 @@ public enum MetadataVersion { * <strong>Think carefully before you update this value. ONCE A METADATA VERSION IS PRODUCTION, * IT CANNOT BE CHANGED.</strong> */ - public static final MetadataVersion LATEST_PRODUCTION = IBP_4_0_IV3; + public static final MetadataVersion LATEST_PRODUCTION = IBP_4_0_IV3; // when do we update this to `IBP_4_1_IV2`+ Review Comment: It gets bumped to 4_1 when MV 4_1-IV0 is production ready. -- 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