chb2ab commented on code in PR #14444:
URL: https://github.com/apache/kafka/pull/14444#discussion_r1347868792


##########
clients/src/main/resources/common/message/ProduceResponse.json:
##########
@@ -32,7 +32,9 @@
   // records that cause the whole batch to be dropped.  See KIP-467 for 
details.
   //
   // Version 9 enables flexible versions.
-  "validVersions": "0-9",
+  //
+  // Version 10 adds 'CurrentLeader' and 'NodeEndpoints' as tagged fields

Review Comment:
   I didn't realize this was brought up in previous discussions, it looks like 
we decided to bump up the version # to make it clearer which clients have 
implemented the feature, in an email from @dajac 
   
   > Personally, I would rather prefer to bump both versions and to add the
   tagged fields. This would allow us to better reason about what the client
   is supposed to do when we see the version on the server side. Otherwise, we
   will never know if the client uses this or not.
   
   @hachikuji does this sound good?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to