ijuma commented on code in PR #18218: URL: https://github.com/apache/kafka/pull/18218#discussion_r1890735689
########## clients/src/main/resources/common/message/DescribeConfigsResponse.json: ########## @@ -17,10 +17,11 @@ "apiKey": 32, "type": "response", "name": "DescribeConfigsResponse", + // Version 0 was removed in Apache Kafka 4.0, Version 1 is the new baseline. // Version 1 adds ConfigSource and the synonyms. // Starting in version 2, on quota violation, brokers send out responses before throttling. // Version 4 enables flexible versions. - "validVersions": "0-4", Review Comment: Good point, this hadn't been mentioned in the changelog and I missed it. -- 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]
