Re: Pointers about internal threads and communication in Flink (streaming)

2015-08-17 Thread Vincenzo Gulisano
cution: >> - >> https://github.com/StephanEwen/incubator-flink/blob/docs/docs/internals/fig/taskmanager_task.svg >> - >> https://github.com/StephanEwen/incubator-flink/blob/docs/docs/internals/through_stack.md >> >> >> Greetings, >> Stephan >>

Pointers about internal threads and communication in Flink (streaming)

2015-08-17 Thread Vincenzo Gulisano
Hi, is there any document describing how streaming operators are run by the TaskManagers and how communication (intra-node and inter-node) is managed. The closest documention I found is https://ci.apache.org/projects/flink/flink-docs-release-0.9/internals/general_arch.html but it is still pretty hi