y1chi commented on a change in pull request #16051:
URL: https://github.com/apache/beam/pull/16051#discussion_r756534924
##########
File path:
sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/data/BeamFnDataInboundObserver2.java
##########
@@ -179,6 +118,69 @@ public void awaitCompletion() throws Exception {
}
}
+ /** Dispatches the data and timers from the elements to corresponding
receivers. */
+ public void multiplexElements(Elements elements) throws Exception {
Review comment:
I think this depends on whether we still want to send the terminal
elements from runner if we know from the runner that the bundle is completed
with the embedded elements, in which case the endpoint status tracking seems
not useful.
--
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]