I got stuck at scenario where i need to consume data stream from 2 or more kafka topics(after applying filter) and compare the data. Since the data volume is high, Please suggest the best options available.. Is it possible with flink?
There are several different ways one might potentially use to approach this with Flink. The more straightforward options are probably to either use
Using Kafka with the Table/SQL APi is covered here.