edman124 commented on code in PR #29879:
URL: https://github.com/apache/beam/pull/29879#discussion_r1442354742
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowWorkUnitClient.java:
##########
@@ -269,4 +277,42 @@ public WorkItemServiceState
reportWorkItemStatus(WorkItemStatus workItemStatus)
logger.debug("ReportWorkItemStatus result: {}", state);
return state;
}
+
+ /** Reports the autoscaling signals to dataflow */
+ @Override
+ public WorkerMessageResponse reportWorkerMessage(StreamingScalingReport
report)
Review Comment:
Renamed to reportStreamingMetricsWorkerMessage
--
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]