Conversation
3077b4c to
a783675
Compare
43620e6 to
d613892
Compare
e6f898e to
4e165ea
Compare
4e165ea to
46c98b9
Compare
Contributor
captainkevron
left a comment
There was a problem hiding this comment.
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.
obrie
requested changes
Aug 20, 2025
a62893b to
e7acd81
Compare
e7acd81 to
90ee32c
Compare
90ee32c to
c7b651c
Compare
obrie
reviewed
Sep 5, 2025
obrie
reviewed
Sep 5, 2025
obrie
approved these changes
Sep 5, 2025
Member
obrie
left a comment
There was a problem hiding this comment.
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
[NPE-719] Add PayloadHandler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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