How does Flink scale for hot partitions?

ε祈祈猫儿з 提交于 2021-02-20 02:46:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!