-
Notifications
You must be signed in to change notification settings - Fork 3
[NPE] Add GCP Pubsub Support #72
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
Conversation
3077b4c to
a783675
Compare
43620e6 to
d613892
Compare
e6f898e to
4e165ea
Compare
4e165ea to
46c98b9
Compare
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.
Couple small questions. I am not very familiar with the Chore architecture, so I mostly used the SQS implementation as a reference to compare against. Nice work on the README.md updates.
a62893b to
e7acd81
Compare
e7acd81 to
90ee32c
Compare
90ee32c to
c7b651c
Compare
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.
All of my comments are nice-to-have cleanup. Functionally everything looks good here. Going to approve as-is and leave it up to you how much cleanup you want to do.
f485794 to
87b2efd
Compare
87b2efd to
850df19
Compare
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
[NPE-719] Add PayloadHandler
This adds GCP PubSub support.
Adds both
Chore::Queues::PubSub::ConsumerandChore::Queues::PubSub::Producer. this can be configured numerous ways. Interesting notes regarding configuration have been added to the README.Breaking change
Nonbreaking change
Testing