dongnuo123 commented on code in PR #17886:
URL: https://github.com/apache/kafka/pull/17886#discussion_r1868403802
##########
server-common/src/main/java/org/apache/kafka/server/common/Features.java:
##########
@@ -53,20 +79,36 @@ public enum Features {
private final String name;
private final FeatureVersion[] featureVersions;
+ // The latest production version of the feature, owned and updated by the
feature owner
+ // in the respective feature definition. The value should not be smaller
than the default
+ // value calculated with {@link #defaultValue(MetadataVersion)}.
+ public final FeatureVersion latestProduction;
+
+ private static final Logger log = LoggerFactory.getLogger(Features.class);
Review Comment:
Ah I forgot to remove 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]