Chris Egerton created KAFKA-13328: ------------------------------------- Summary: Preflight validation of header converters is not performed by Connect Key: KAFKA-13328 URL: https://issues.apache.org/jira/browse/KAFKA-13328 Project: Kafka Issue Type: Bug Components: KafkaConnect Reporter: Chris Egerton Assignee: Chris Egerton
{{HeaderConverter}} implementations are required to provide a valid {{ConfigDef}} to the Connect framework via [HeaderConverter::config|https://github.com/apache/kafka/blob/4eb386f6e060e12e1940c0d780987e3a7c438d74/connect/api/src/main/java/org/apache/kafka/connect/storage/HeaderConverter.java#L48-L52], but this object isn't actually leveraged anywhere by Connect. Connect should make use of this config object during preflight validation for connectors to fail faster when their header converters are misconfigured. -- This message was sent by Atlassian Jira (v8.3.4#803005)