acrites commented on code in PR #37723:
URL: https://github.com/apache/beam/pull/37723#discussion_r2898157786
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingModeExecutionContext.java:
##########
@@ -1043,9 +1072,41 @@ public TimerInternals timerInternals() {
return checkNotNull(systemTimerInternals);
}
+ @Override
+ public BundleFinalizer bundleFinalizer() {
+ return bundleFinalizer;
+ }
+
public TimerInternals userTimerInternals() {
ensureStateful("Tried to access user timers");
return checkNotNull(userTimerInternals);
}
+
+ public List<Pair<Instant, BundleFinalizer.Callback>>
getBundleFinalizerCallbacks() {
Review Comment:
Thanks for the suggestion! I think I captured it correctly.
--
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]