hachikuji commented on a change in pull request #11677:
URL: https://github.com/apache/kafka/pull/11677#discussion_r802068290



##########
File path: metadata/src/main/resources/common/metadata/FeatureLevelRecord.json
##########
@@ -22,9 +22,7 @@
   "fields": [
     { "name": "Name", "type": "string", "versions": "0+",
       "about": "The feature name." },
-    { "name": "MinFeatureLevel", "type": "int16", "versions": "0+",
-      "about": "The current finalized minimum feature level of this feature 
for the cluster." },
-    { "name": "MaxFeatureLevel", "type": "int16", "versions": "0+",
-      "about": "The current finalized maximum feature level of this feature 
for the cluster." }
+    { "name": "FeatureLevel", "type": "int16", "versions": "0+",

Review comment:
       I think we also need the "controller" listener to be added above.




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