jolshan opened a new pull request, #13231: URL: https://github.com/apache/kafka/pull/13231
I've updated the API spec and related classes. Clients should only be able to send up to version 3 requests and that is enforced by using the old Builder and forcing the older builder to build version 3 or below. Requests > 4 only require cluster permissions as they are initiated from other brokers. I've added tests for the batched requests and for the verifyOnly mode. Also -- minor change to the KafkaApis method to properly match the request name. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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