ijuma commented on code in PR #18218: URL: https://github.com/apache/kafka/pull/18218#discussion_r1890724339
########## clients/src/main/resources/common/message/CreateTopicsRequest.json: ########## @@ -18,6 +18,8 @@ "type": "request", "listeners": ["zkBroker", "broker", "controller"], "name": "CreateTopicsRequest", + // Versions 0-1 were removed in Apache Kafka 4.0, Version 2 is the new baseline. Review Comment: It can be ignored, that is what would have happened if we had used 2.1 as the baseline without the adjustment for third party clients (think of it as a way to describe how we got to the V0-V1 as the final answer). -- 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]
