i am loading data from two kafka topics into tables using table api in pyflink and going to do join operation what will happen if the data from one of the kafka topics loaded into the corresponding table with a delay? if delay happens , how can i manage?
so we have tried windows and it is not working properly so the problem arises is we have to first find the delay happpen while loading data from kafka topic to table and then if the delay happen then how can we manage that delay in table api pyflink.
how to find the delay and manage?