in same cpu and memory resource for flink task, if there is network access cost in processing messages, what the difference between use asyncio and allocate multi slot?
,例如,只有一个任务管理器,总资源为1个CPU和4 g Memeory。 一个是TaskManager中的10个插槽 另一个是在flink中使用异步IO,使线池尺寸为10
键差:异步I/O提高了外部呼叫效率,而多插槽执行优化了Flink群集中的资源分配。