clarax commented on code in PR #685:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/685#discussion_r1368211917
##########
flink-autoscaler/src/main/java/org/apache/flink/autoscaler/event/AutoScalerEventHandler.java:
##########
@@ -32,20 +40,69 @@
*/
@Experimental
public interface AutoScalerEventHandler<KEY, Context extends
JobAutoScalerContext<KEY>> {
+ String SCALING_SUMMARY_ENTRY =
+ " Vertex ID %s | Parallelism %d -> %d | Processing capacity %.2f
-> %.2f | Target data rate %.2f";
+ String SCALING_SUMMARY_HEADER_SCALING_DISABLED = "Recommended parallelism
change:";
+ String SCALING_SUMMARY_HEADER_SCALING_ENABLED = "Scaling vertices:";
+ String SCALING_REPORT_REASON = "ScalingReport";
+ String EVENT_MESSAGE_KEY = "ScalingExecutor";
Review Comment:
will update.
--
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]