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/11 21:50:00 UTC

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

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

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

gharris1727 commented on pull request #8280: KAFKA-9707: Fix InsertField.Key not applying to tombstone events
URL: https://github.com/apache/kafka/pull/8280
 
 
   * Fix typo that hardcoded .value() instead of abstract operatingValue
   * Add test for Key transform that was previously not tested
   
   Signed-off-by: Greg Harris <gr...@confluent.io>
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
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 does not apply to tombstone records
> ------------------------------------------------------------------
>
>                 Key: KAFKA-9707
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9707
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>            Reporter: Greg Harris
>            Assignee: Greg Harris
>            Priority: Major
>
> 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)