C0urante opened a new pull request #11369: URL: https://github.com/apache/kafka/pull/11369
[KAFKA-13327](https://issues.apache.org/jira/browse/KAFKA-13327): Modify preflight validation logic to prevent 500 responses from being returned instead of valid 200 responses with detailed error messages pertaining to the relevant configuration properties. [KAFKA-13328](https://issues.apache.org/jira/browse/KAFKA-13328): Add preflight validation logic for per-connector header converters. [KAFKA-13329](https://issues.apache.org/jira/browse/KAFKA-13329): Add preflight validation logic for per-connector key and value converter classes. Additionally, a small bug in the logic for [KAFKA-3829](https://issues.apache.org/jira/browse/KAFKA-3829) introduced by [KIP-458](https://cwiki.apache.org/confluence/display/KAFKA/KIP-458%3A+Connector+Client+Config+Override+Policy) is fixed; the preflight check to ensure that a sink connector's group ID doesn't conflict with the Connect worker's group ID now takes into account overrides made by the `consumer.override.group.id` connector property. A new integration test is added that covers a wide variety of cases for sink connector, key/value converter, and header converter validation. ### 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