Skip to content
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

[Pipeline Sink] Pubsub implementation #45

Merged
merged 1 commit into from
Sep 29, 2022
Merged

[Pipeline Sink] Pubsub implementation #45

merged 1 commit into from
Sep 29, 2022

Conversation

marcosbmf
Copy link
Contributor

  • Adds implementation for a PubSub pipeline sink.

@marcosbmf marcosbmf added the enhancement New feature or request label Sep 28, 2022
@marcosbmf marcosbmf self-assigned this Sep 28, 2022
@victormn victormn merged commit 7c33887 into master Sep 29, 2022
@victormn victormn deleted the pubsubsink branch September 29, 2022 18:24
// MustNew creates a new pubsub sink or panics if fails
func MustNew(topicGateway TopicGateway) (sink *Sink, closeFunc func()) {
op := errors.Op("pubsubsink.MustNew")
fmt.Println(topicGateway == nil)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this Println was forgotten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants