Execution model in Flink

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Execution model in Flink

Esa Heikkinen

Hi

 

I don’t know whether this question is suitable for this forum, but I take the risk and ask J

 

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