m-trieu commented on code in PR #32778: URL: https://github.com/apache/beam/pull/32778#discussion_r1857136621
########## runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/harness/SingleSourceWorkerHarness.java: ########## @@ -74,7 +75,8 @@ public final class SingleSourceWorkerHarness implements StreamingWorkerHarness { StreamingWorkScheduler streamingWorkScheduler, Runnable waitForResources, Function<String, Optional<ComputationState>> computationStateFetcher, - GetWorkSender getWorkSender) { + GetWorkSender getWorkSender, + Supplier<Long> throttleTimeSupplier) { Review Comment: done ########## runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/harness/StreamingWorkerHarness.java: ########## @@ -25,4 +25,6 @@ public interface StreamingWorkerHarness { void start(); void shutdown(); + + long getAndResetThrottleTime(); Review Comment: done -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org