Re: 1 to N transformers in Kafka Connect

2018-01-15 Thread Konstantine Karantasis
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 wrote:

1 to N transformers in Kafka Connect

2017-12-27 Thread Ziliang Chen
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