jolshan commented on code in PR #19509:
URL: https://github.com/apache/kafka/pull/19509#discussion_r2065108844


##########
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:
   We add the MV version when we create the feature, but don't mark the MV as 
LATEST_PRODUCTION until the feature should be enabled by default. 
   
   I think we could remove 4_1 from QfK.
   
   For ELR, the first MV (4.0) was due to a dependency on a new MV record 
value. The second one (4.1) will be marked as stable soon I believe. But Calvin 
would know better than me. :) 



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