Re: How to divide streams on key basis and deliver them

2017-06-15 Thread AndreaKinn
Thank you a lot Carst, Flink runs at an higher level than I imagined. I will try with some experiments! -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-divide-streams-on-key-basis-and-deliver-them-tp13743p13755.html Sent from the Apa

Re: How to divide streams on key basis and deliver them

2017-06-14 Thread Carst Tankink
Ugh, accidentally pressed send already…. When you run your application, Flink will map your logical/application topology onto a number of task slots (documented in more detail here: https://ci.apache.org/projects/flink/flink-docs-release-1.3/internals/job_scheduling.html). Basically,

Re: How to divide streams on key basis and deliver them

2017-06-14 Thread Carst Tankink
Hi, Let me try to explain this from another user’s perspective ☺ When you run your application, Flink will map your logical/application topology onto a number of task slots (documented in more detail here: https://ci.apache.org/projects/flink/flink-docs-release-1.3/internals/job_scheduling.html