RE: Keyed stream, parallelism, load balancing and ensuring that the same key go to the same Task Manager and task slot

2019-12-19 Thread Theo Diefenthal
Theo -Original Message- From: KristoffSC Sent: Dienstag, 17. Dezember 2019 23:35 To: user@flink.apache.org Subject: Keyed stream, parallelism, load balancing and ensuring that the same key go to the same Task Manager and task slot Hi community, I'm trying to build a PoC pipeline for my project

Re: Keyed stream, parallelism, load balancing and ensuring that the same key go to the same Task Manager and task slot

2019-12-19 Thread KristoffSC
Hi :) Any thoughts about this? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Keyed stream, parallelism, load balancing and ensuring that the same key go to the same Task Manager and task slot

2019-12-17 Thread KristoffSC
Hi community, I'm trying to build a PoC pipeline for my project and I have few questions regarding load balancing between task managers and ensuring that keyed stream events for the same key will go to the same Task Manager (hence the same task slot). Lets assume that we have 3 task managers, 3 t