-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.3, 1.1.2, 2.0.2, 2.1.2, 2.2.2, 2.4.0, 2.3.1, 2.4.1
-
Component/s: KafkaConnect
-
Labels:
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
- 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