This document introduces Apache Flink and Apache Kafka for stream processing. It discusses how Flink provides high-throughput, low-latency stream processing with exactly-once semantics. It demonstrates using Flink's Table API and SQL to read data from a Kafka topic, apply a SQL query to filter and transform the data, and write the results to another Kafka topic. The code example shows how to define sources, sinks, and queries to build a simple real-time data pipeline with Flink and Kafka.
Related topics: