jolshan commented on code in PR #16443:
URL: https://github.com/apache/kafka/pull/16443#discussion_r1779285193


##########
clients/src/main/resources/common/message/UpdateFeaturesResponse.json:
##########
@@ -26,13 +26,13 @@
       "about": "The top-level error code, or `0` if there was no top-level 
error." },
     { "name": "ErrorMessage", "type": "string", "versions": "0+", 
"nullableVersions": "0+",
       "about": "The top-level error message, or `null` if there was no 
top-level error." },
-    { "name": "Results", "type": "[]UpdatableFeatureResult", "versions": "0+",
+    { "name": "Results", "type": "[]UpdatableFeatureResult", "versions": 
"0-1", "ignorable": true,
       "about": "Results for each feature update.", "fields": [
-      { "name": "Feature", "type": "string", "versions": "0+", "mapKey": true,
+      { "name": "Feature", "type": "string", "versions": "0-1", "mapKey": true,

Review Comment:
   I did it to be safe, but I can remove.



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