jolshan opened a new pull request #10584: URL: https://github.com/apache/kafka/pull/10584
We prevent handling MetadataRequests where the topic name is null (to prevent NPE) as well as prevent requests that set topic IDs since this functionality has not yet been implemented. When we do implement in in https://github.com/apache/kafka/pull/9769, we should bump the request/response version. Should also cherry-pick these changes to 2.8 for the next release. Added tests to ensure the error is thrown. ### 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org