The document introduces Kafka Connect and its Single Message Transforms (SMTs), which are functions to modify records during data streaming between sources and sinks. It covers common use cases such as data enrichment and partitioning, along with built-in SMTs and example configurations. Additionally, it discusses alternatives like Kafka Streams and ksqlDB.
Related topics: