Greg Harris created KAFKA-9707: ---------------------------------- Summary: InsertField.Key transformation does not apply to tombstone records Key: KAFKA-9707 URL: https://issues.apache.org/jira/browse/KAFKA-9707 Project: Kafka Issue Type: Bug Components: KafkaConnect Reporter: Greg Harris Assignee: Greg Harris
Reproduction steps: # Configure an InsertField.Key transformation # Pass a tombstone record (with non-null key, but null value) through the transform Expected behavior: The key field is inserted, and the value remains null Observed behavior: The key field is not inserted, and the value remains null -- This message was sent by Atlassian Jira (v8.3.4#803005)