Preetdeep Kumar crosses the streams:
Apache Flink provides various connectors to integrate with other systems. In this article, I will share an example of consuming records from Kafka through
FlinkKafkaConsumer
and producing records to Kafka usingFlinkKafkaProducer
.
Read on for an example. I’m glad to see that integration between these two competitors (more exactly, Flink and Kafka Streams are competitors) is so easy.