sheepdreamofandroids opened a new issue, #22887: URL: https://github.com/apache/beam/issues/22887
### What would you like to happen? There are multiple ways to output data from a DoFn with multiple outputs: - `DoFn.WindowedContext#output(TupleTag<T>, T)` - `DoFn.MultiOutputReceiver#get(TupleTag).output(T)` Are there any reasons, other than stylistic ones, to prefer one over the other? Generally the @ProcessElement marked method of a DoFn has a confusing number of options. ### Issue Priority Priority: 3 ### Issue Component Component: beam-model -- 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]
