Hi

I don't know whether this question is suitable for this forum, but I take the 
risk and ask :)

In my understanding the execution model in Flink is very data (flow) stream 
oriented and specific. It is difficult to build a control flow logic (like 
state-machine) outside of the stream specific processings (?).

It is only way to combine all different type event streams to one big stream 
and then process it by some own stateful "logic" ? And how to build this logic 
? Is it .iterate()-function suitable for that ?

Best, Esa

Reply via email to