jlprat commented on code in PR #16400:
URL: https://github.com/apache/kafka/pull/16400#discussion_r1648468712


##########
server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java:
##########
@@ -231,7 +231,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_3_7_IV4;
+    public static final MetadataVersion LATEST_PRODUCTION = IBP_3_8_IV0;

Review Comment:
   Applied feedback, except for "Should we bring IBP_3_9_IV0, the new MV 
associated with ELR to the 3.8 branch or change all those tests related to 
ELR?". I'm waiting for @cmccabe's feedback on this one.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to