lostluck commented on code in PR #17799: URL: https://github.com/apache/beam/pull/17799#discussion_r900391294
########## website/www/site/content/en/documentation/programming-guide.md: ########## @@ -1964,6 +2016,9 @@ multiple output PCollections. Call emitter functions as needed to produce 0 or more elements for its matching `PCollection`. The same value can be emitted with multiple emitters. As normal, do not mutate values after emitting them from any emitter. + +All emitters should be registered using a generic `register.DoFnXxY[...]` Review Comment: `register.EmitterX` -- 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]
