Greg Harris created KAFKA-9706: ---------------------------------- Summary: Flatten transformation fails when encountering tombstone event Key: KAFKA-9706 URL: https://issues.apache.org/jira/browse/KAFKA-9706 Project: Kafka Issue Type: Bug Components: KafkaConnect Reporter: Greg Harris Assignee: Greg Harris
When applying the {{Flatten}} transformation to a tombstone event, an exception is raised: {code:java} org.apache.kafka.connect.errors.DataException: Only Map objects supported in absence of schema for [flattening], found: null {code} Instead, the transform should pass the tombstone through the transform without throwing an exception. -- This message was sent by Atlassian Jira (v8.3.4#803005)