Write a custom Kafka connect single message transform
问题 I have configured a kafka connect Mongodb sink and I want to transform the message by implementing some custom logic. Is Kafka connect limited to in-built SMTs (or) is it possible to write a custom SMT. If not how can I achieve this? through streams? 回答1: Is Kafka connect limited to in-built SMTs No, it is not. You can create your own and add them to your plugin path Transformations are compiled as JARs and are made available to Kafka Connect via the plugin.path specified in the Connect