Hi, I am wondering, what is the suggested way to send some events directly to another parallel instance in a flink job? For example from one mapper to another mapper (of the same operator).
Do we have any internal support for this? The first thing that we thought of is iterations but that is clearly an overkill. Cheers, Gyula