Re: [PR] KAFKA-18339: Fix parseRequestHeader error handling [kafka]

2024-12-29 Thread via GitHub
ijuma merged PR #18340: URL: https://github.com/apache/kafka/pull/18340 -- 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.or

[PR] KAFKA-18339: Fix parseRequestHeader error handling [kafka]

2024-12-28 Thread via GitHub
ijuma opened a new pull request, #18340: URL: https://github.com/apache/kafka/pull/18340 A minor refactoring just before merging #18295 introduced a regression and no test failed. Throw the correct exception and add test to verify it. Also refactor the code slightly to make that possible.