Using Kafka with Flink | Apache Flink 101

preview_player
Показать описание

Flink has first-class support for developing applications that use Kafka. This video includes a quick introduction to Kafka, and shows how Kafka can be used with Flink SQL.

--
ABOUT CONFLUENT

#flink #kafka #streamprocessing #confluent
Рекомендации по теме
Комментарии
Автор

There seems to be a lot of parallelism between Flink and Kafka. They seem to operate over the same concepts. Even the API layers (processor, DSL, streams) are identical. What can one do with Flink that would not be doable with Kafka alone ? Why would you insert a Flink based process between two Kafka topics ? Wouldn't the Kafka processor/streams/DSL api be sufficient to handle the necessary transformation between the two topics ?

CristianMihaila-js
Автор

In the Kafka architecture section, you mentioned that the Producer is KafkaSink and the COnsumer is KafkaSource, is that correct?

JaymeeJane
Автор

Is flink similar to Apache Airflow, except Flink works with streams

rajeshacharya