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


##########
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:
   > Should we remove this comment?
   
   Yes :) 
   
   > It gets bumped to 4_1 when MV 4_1-IV0 is production ready.
   
   @jolshan -- from our discussion, my understanding is, that we would only add 
a MV if something is stable (and `IBP_4_1_IV1` added for QfK should actually be 
removed)? Is ELR not production ready yet? And if not, why was a new MV added 
for it?



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