Re: threading and distribution

2021-02-11 Thread Matthias Pohl
12:22 PM Marco Villalobos wrote: > Okay, I am following up to my question. I see information regarding the > threading and distribution model on the documentation about the > architecture. > > > https://ci.apache.org/projects/flink/flink-docs-release-1.12/concepts/flink-architecture

Re: threading and distribution

2021-02-05 Thread Marco Villalobos
Okay, I am following up to my question. I see information regarding the threading and distribution model on the documentation about the architecture. https://ci.apache.org/projects/flink/flink-docs-release-1.12/concepts/flink-architecture.html Next, I want to read up on what I have control over

threading and distribution

2021-02-05 Thread Marco Villalobos
as data flows from a source through a pipeline of operators and finally sinks, is there a means to control how many threads are used within an operator, and how an operator is distributed across the network? Where can I read up on these types of details specifically?