cmccabe commented on code in PR #13029: URL: https://github.com/apache/kafka/pull/13029#discussion_r1054647289
########## clients/src/main/resources/common/message/ApiVersionsResponse.json: ########## @@ -25,9 +25,12 @@ // not in the header. The length of the header must not change in order to guarantee the // backward compatibility. // + // Version 4 adds zk to kraft migration field to the response used to determine if the controller + // is ready for migration. + // // Starting from Apache Kafka 2.4 (KIP-511), ApiKeys field is populated with the supported // versions of the ApiVersionsRequest when an UNSUPPORTED_VERSION error is returned. - "validVersions": "0-3", + "validVersions": "0-4", Review Comment: It's not necessary to increment the version when adding a tagged field -- 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