C0urante opened a new pull request, #14303: URL: https://github.com/apache/kafka/pull/14303
[Jira](https://issues.apache.org/jira/browse/KAFKA-13327) Background context: this is split off from https://github.com/apache/kafka/pull/11369, which addressed this issue and two others. Not only does this new PR fix the merge conflicts with its predecessor, it also simplifies the review process by addressing a single issue at a time. This change addresses an issue where some types of validation errors are reported via HTTP 500 responses, which is incorrect (the issue is not the fault of the server, but rather of the connector configuration) and can cover up other validation errors. Instead, these types of errors are now reported as part of a well-formed response body. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
