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

[jira] [Commented] (KAFKA-9707) InsertField.Key transformation should apply to tombstone records

    [ https://issues.apache.org/jira/browse/KAFKA-9707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17067873#comment-17067873 ] 

ASF GitHub Bot commented on KAFKA-9707:
---------------------------------------

kkonstantine commented on pull request #8280: KAFKA-9707: Fix InsertField.Key should apply to keys of tombstone records
URL: https://github.com/apache/kafka/pull/8280
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>
> *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)