Hi and Dear Flink users, I am new to Flink. My project is using Flink v1.12.4+.
I am curious about how Flink manage the cpu and memory when an instance of a ProcessFunction/Sink is idle? Will Flink resource manager take deallocate cpu and memory from it? Because I am trying to expand the parallelism of a sink to all taskamangers to avoid large network traffic between taskmanagers Any help would be appreciated!\ Thanks!