You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/03 19:22:58 UTC

[jira] [Commented] (KAFKA-3209) Support single message transforms in Kafka Connect

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

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

GitHub user shikhar opened a pull request:

    https://github.com/apache/kafka/pull/2299

    KAFKA-3209: KIP-66: single message transforms

    *WIP* particularly around testing

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shikhar/kafka smt-2017

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2299.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2299
    
----
commit 1178670f36d8fbdf5cbdbb2728ace7bf4f0e7300
Author: Shikhar Bhushan <sh...@confluent.io>
Date:   2017-01-03T19:21:17Z

    KAFKA-3209: KIP-66: single message transforms

----


> Support single message transforms in Kafka Connect
> --------------------------------------------------
>
>                 Key: KAFKA-3209
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3209
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>            Reporter: Neha Narkhede
>            Assignee: Shikhar Bhushan
>              Labels: needs-kip
>             Fix For: 0.10.2.0
>
>
> Users should be able to perform light transformations on messages between a connector and Kafka. This is needed because some transformations must be performed before the data hits Kafka (e.g. filtering certain types of events or PII filtering). It's also useful for very light, single-message modifications that are easier to perform inline with the data import/export.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)