You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Konstantine Karantasis (Jira)" <ji...@apache.org> on 2020/03/30 22:45:00 UTC

[jira] [Resolved] (KAFKA-9706) Flatten transformation fails when encountering tombstone event

     [ https://issues.apache.org/jira/browse/KAFKA-9706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantine Karantasis resolved KAFKA-9706.
-------------------------------------------
    Resolution: Fixed

> 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
>    Affects Versions: 2.0.1, 2.1.1, 2.2.2, 2.3.1, 2.4.1
>            Reporter: Greg Harris
>            Assignee: Greg Harris
>            Priority: Major
>             Fix For: 2.1.2, 2.2.3, 2.5.0, 2.3.2, 2.4.2
>
>
> 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)