-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add gcppubsub output #13
Conversation
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.
+1 to adding a test. I'd add it in this PR if you are going to do it. The tests are running with Github Actions and docker should already be present in the environment. Maybe the Go test itself could start/stop the dependent container? Or another approach would be to start it as part of the GH action workflow.
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. I like the self-contained nature of the tests.
Can you please add a changelog entry too. |
This has been released ( |
Adds gcppubsub output.
I would like to add some integration tests, but not sure if maybe is a good idea to do in a separate PR or what would be the preferred approach for it.
Closes https://github.com/andrewkroh/stream/issues/10