Details
Description
Note: This was an inadvertent regression caused by KAFKA-8523.
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
Attachments
Issue Links
- fixes
-
KAFKA-8523 InsertField transformation fails when encountering tombstone event
- Resolved
- is duplicated by
-
KAFKA-9763 Recent changes to Connect's InsertField will fail to inject field on key of tombstone record
- Resolved
- links to