Kafka Flink integration with Cassandra
Hello All Data Engineers in this blog we are going to learn how we can integrate Flink streaming with Kafka and push the data into Cassandra as data sink.We are going to use below tools and SDKs to perform the execution in Linux environment. Components Apache Flink is a framework and distributed processing engine . it is used for stateful computations over unbounded and bounded data streams . Kafka is a scalable, high performance, low latency platform. It allows reading and writing streams of data like a messaging system . Cassandra : A distributed and wide-column NoSQL data store .