-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BEAM-14486] Document pubsubio & fix its behavior. #17709
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17709 +/- ##
=======================================
Coverage 74.00% 74.01%
=======================================
Files 695 696 +1
Lines 91798 91833 +35
=======================================
+ Hits 67938 67967 +29
- Misses 22612 22616 +4
- Partials 1248 1250 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
R: @jrmccluskey |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM mod Danny's comments around generics registration. An integration test would be nice but I understand the limitations around it.
Removes experimental note from the Go SDK's PubSubio and make it clear that it only works with Dataflow as currently implemented. If that changes, so too can the documentation.
Fix a behavioral difference with the python implementation, where raw bytes messages weren't wrapped in messages before writing. They are now wrapped. Explicitly panic for other PCollection inputs.
Since this only works on dataflow as implemented, these changes have been manually tested with a modified wordcap that sends data through a PubSub loop (publishing to the same topic being read from). Each pipeline was then successfully drained.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.