GitHub user 1996fanrui added a comment to the discussion: 是否有任务自动调优的计划
目前 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 [2] https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/autoscaler/ [3] https://cwiki.apache.org/confluence/display/FLINK/%5BWIP%5DFLIP-334+%3A+Decoupling+autoscaler+and+kubernetes GitHub link: https://github.com/apache/incubator-streampark/discussions/2863#discussioncomment-6494481 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
