Hi Team, We want a clarification on one real time processing scenario for below mentioned use case.
Use case : 1. We have topic one (testtopic1) which will get half a million data every minute. 2. We have topic two (testtopic2) which will get one million data every minute. So we are doing join as testtopic1 left join testtopic2 which has a correlated data 1:2 So the question is which API will be more efficient and faster for such use case (datastream API or sql API) for intensive joining logic? Thanks Ronak Beejawat