gyfora commented on code in PR #847:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/847#discussion_r1665881006


##########
flink-autoscaler/src/main/java/org/apache/flink/autoscaler/config/AutoScalerOptions.java:
##########
@@ -58,6 +58,15 @@ private static ConfigOptions.OptionBuilder 
autoScalerConfig(String key) {
                     .withDescription(
                             "Enable vertex scaling execution by the 
autoscaler. If disabled, the autoscaler will only collect metrics and evaluate 
the suggested parallelism for each vertex but will not upgrade the jobs.");
 
+    public static final ConfigOption<Boolean> 
PROCESSING_RATE_BACKPROPAGATION_ENABLED =
+            autoScalerConfig("processing.rate.backpropagation.enabled")

Review Comment:
   We could call this simply `bottleneck-propagation.enabled` and to control 
the scaling `bottleneck-propagation.allow-scale-down`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to