[
https://issues.apache.org/jira/browse/KAFKA-9707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantine Karantasis resolved KAFKA-9707.
-------------------------------------------
Resolution: Fixed
This fix was merged in time so it will be available in 2.5.0 and 2.4.2, 2.3.2,
2.2.3, 2.1.2, 2.0.2, 1.1.2, 1.0.3
> InsertField.Key transformation should apply to tombstone records
> ----------------------------------------------------------------
>
> Key: KAFKA-9707
> URL: https://issues.apache.org/jira/browse/KAFKA-9707
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Affects Versions: 1.0.3, 1.1.2, 2.0.2, 2.1.2, 2.2.2, 2.4.0, 2.3.1, 2.4.1
> Reporter: Greg Harris
> Assignee: Greg Harris
> Priority: Major
> Labels: regression
> Fix For: 1.0.3, 1.1.2, 2.0.2, 2.1.2, 2.2.3, 2.5.0, 2.3.2, 2.4.2
>
>
> *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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)