junrao commented on code in PR #17128:
URL: https://github.com/apache/kafka/pull/17128#discussion_r1752293086


##########
clients/src/main/resources/common/message/BrokerRegistrationRequest.json:
##########
@@ -48,7 +48,7 @@
     ]
     },
     { "name": "Features", "type": "[]Feature",
-      "about": "The features on this broker. Note: in v0-v3, features with 
MinSupportedVersion = 0 show up with MinSupportedVersion = 1.", "versions": 
"0+", "fields": [
+      "about": "The features on this broker. Note: in v0-v3, features 
MinSupportedVersion = 0 are omitted.", "versions": "0+", "fields": [

Review Comment:
   features MinSupportedVersion = 0 are omitted => features with 
MinSupportedVersion = 0 are omitted



##########
clients/src/main/resources/common/message/ApiVersionsResponse.json:
##########
@@ -47,7 +47,7 @@
       "about": "The duration in milliseconds for which the request was 
throttled due to a quota violation, or zero if the request did not violate any 
quota." },
     { "name":  "SupportedFeatures", "type": "[]SupportedFeatureKey", 
"ignorable": true,
       "versions":  "3+", "tag": 0, "taggedVersions": "3+",
-      "about": "Features supported by the broker. Note: in v0-v3, features 
with MinSupportedVersion = 0 show up with MinSupportedVersion = 1.",
+      "about": "Features supported by the broker. Note: in v0-v3, features 
MinSupportedVersion = 0 are omitted.",

Review Comment:
   features MinSupportedVersion = 0 are omitted => features with 
MinSupportedVersion = 0 are omitted



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