Re: load balancing of keys to operators
Posted by
Timo Walther on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/load-balancing-of-keys-to-operators-tp12303p12313.html
I think it very depends on your use case, maybe you can use combiner
first to reduce the amount of records per key. Maybe you can explain
your application a bit more (which window, type of aggregations).
It often helps e.g. to introduce an artifical key und merge the result
of multiple windows in a downstream operator.
Am 20/03/17 um 18:25 schrieb Sonex: