1996fanrui commented on code in PR #904:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/904#discussion_r1846358910
##########
flink-autoscaler/src/main/java/org/apache/flink/autoscaler/ParallelismAdjuster.java:
##########
@@ -100,4 +109,28 @@ private static int calculateMinimumParallelism(
p = Math.max(p, parallelismLowerLimit);
return p;
}
+
+ /** The mode of the key group or parallelism adjustment. */
+ public enum KeyGroupOrPartitionsAdjustMode implements DescribedEnum {
+ ABSOLUTELY_EVENLY_DISTRIBUTION(
Review Comment:
Sounds good to me.
--
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]