You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Konstantine Karantasis <ko...@confluent.io> on 2018/01/16 05:31:21 UTC

Re: 1 to N transformers in Kafka Connect

Indeed, there is no flattening operator in Kafka Connect's SMTs at the
moment. The 'apply' method in the Transformation interface accepts a single
record and returns another - transformed - record or null.

Konstantine.

On Wed, Dec 27, 2017 at 8:25 PM, Ziliang Chen <zl...@gmail.com> wrote:

> Hi,
>
> May i ask if it is possible to do 1 kafka record to many Kafka Connect
> records transformation ?
> I know we have 1:1 transformation supported in Kafka Connect, but it
> appears to me there are quite some user cases which requires 1:N
> transformation
>
> Thank you very much !
>
> --
> Regards, Zi-Liang
>
> Mail:zlchen.ken@gmail.com
>