jrmccluskey commented on code in PR #17533: URL: https://github.com/apache/beam/pull/17533#discussion_r864151749
########## CHANGES.md: ########## @@ -66,6 +66,7 @@ ## New Features / Improvements * 'Manage Clusters' JupyterLab extension added for users to configure usage of Dataproc clusters managed by Interactive Beam (Python) ([BEAM-14130](https://issues.apache.org/jira/browse/BEAM-14130)). +* Go SDK users may now write self-checkpointing Splittable DoFns to read from streaming sources. **Note: this feature is not yet fully validated and should be treated as experimental in this release.** ([BEAM-11104](https://issues.apache.org/jira/browse/BEAM-11104)) Review Comment: I updated the ticket to have that information. Largely just the lack of an integration test for it right now, will be poking around at that this week since Impulses apparently count as DataSources. We should be able to mock together a somewhat generic test case assuming the runners play nice and terminate the pipeline when appropriate. -- 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]
