gauravmiglanid11 commented on code in PR #533:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/533#discussion_r1114422824
##########
flink-kubernetes-operator-autoscaler/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/config/AutoScalerOptions.java:
##########
@@ -153,4 +154,12 @@ private static ConfigOptions.OptionBuilder
autoScalerConfig(String key) {
.defaultValue(MetricAggregator.MAX)
.withDescription(
"Metric aggregator to use for busyTime metrics.
This affects how true processing/output rate will be computed. Using max allows
us to handle jobs with data skew more robustly, while avg may provide better
stability when we know that the load distribution is even.");
+
+ public static final ConfigOption<List<String>> EXCLUDE_VERTEX_IDS =
+ autoScalerConfig("exclude.vertex.ids")
Review Comment:
will do it thanks
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]