是否有任务自动调优的计划
#2863
Replies: 1 comment 1 reply
-
|
目前 Apache Flink 已经初步具备了自动调整并发的能力(autoscaling)[1],但只有 kubernetes operator 中支持[2]。 目前 Flink 社区在尝试将 autoscaling 的能力从 kubernetes operator 中解耦出来[3]。解耦后我可以尝试在 StreamPark 中兼容自动调整并发的能力。 对于自动调整 内存和 CPU 核数,目前 Flink 或 StreamPark 社区应该没有这个能力。 [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-271%3A+Autoscaling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
例如根据流量、负载等,调整并发数、内存、核数
Beta Was this translation helpful? Give feedback.
All reactions