ijuma commented on code in PR #18218:
URL: https://github.com/apache/kafka/pull/18218#discussion_r1890728599


##########
clients/src/main/resources/common/message/FindCoordinatorRequest.json:
##########
@@ -18,6 +18,8 @@
   "type": "request",
   "listeners": ["zkBroker", "broker"],
   "name": "FindCoordinatorRequest",
+  // Versions 0 was removed in Apache Kafka 4.0, Version 1 is the new baseline.
+  //

Review Comment:
   Yes, good catch. It looks like this is a second case where we deprecated 
something incorrectly. I checked the KIP and this was indeed an update:
   
   
https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=235838251&selectedPageVersions=18&selectedPageVersions=17



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