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


##########
clients/src/main/resources/common/message/UpdateFeaturesResponse.json:
##########
@@ -17,7 +17,7 @@
   "apiKey": 57,
   "type": "response",
   "name": "UpdateFeaturesResponse",
-  "validVersions": "0-1",
+  "validVersions": "0-2",

Review Comment:
   The way the future is structured, it expects results for all the features. 
https://github.com/apache/kafka/blob/be1161556423e5c30232a75a2d084cce1a5ecd57/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L4555
   
   We can do this, but that will mean I will have to change this code too. 
   



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