Kafka Connect Single Message Transforms
The Simplest Useful Kafka Connect Data Pipeline in the World – Part 3

The Simplest Useful Kafka Connect Data Pipeline in the World – Part 3

9/7/2017 · Robin Moffatt

What this post added

This post introduces and demonstrates the use of Single Message Transforms (SMTs) in Kafka Connect. It covers setting keys for data from the JDBC Source Connector, adding metadata for data lineage (topic name, source details), field masking and blacklisting, and message routing using regular expressions and timestamps. It also provides configuration examples and discusses potential issues with Elasticsearch integration.

Read the original post ↗