How does Flink scale for hot partitions?
问题 If I have a use case where I need to join two streams or aggregate some kind of metrics from a single stream, and I use keyed streams to partition the events, how does Flink handle the operations for hot partitions where the data might not fit into memory and needs to be split across partitions? 来源: https://stackoverflow.com/questions/66273158/how-does-flink-scale-for-hot-partitions