Implement Req Client - #90
Open
slashmili wants to merge 7 commits into
Open
Conversation
slashmili
force-pushed
the
req-sqs-client-73
branch
4 times, most recently
from
August 12, 2026 07:31
483b8e0 to
1f0fc84
Compare
slashmili
marked this pull request as ready for review
August 12, 2026 07:40
wojtekmach
reviewed
Aug 12, 2026
wojtekmach
left a comment
Contributor
There was a problem hiding this comment.
Thank you! I left some comments below.
slashmili
force-pushed
the
req-sqs-client-73
branch
2 times, most recently
from
August 12, 2026 21:51
9214867 to
b60938c
Compare
slashmili
force-pushed
the
req-sqs-client-73
branch
from
August 12, 2026 22:00
b60938c to
b3f8ca0
Compare
Use ReqClient by default. Remove the unused dependencies and update the docs
slashmili
force-pushed
the
req-sqs-client-73
branch
from
August 12, 2026 22:08
b3f8ca0 to
17c6851
Compare
24 tasks
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.
closes #88, #73 and potentially #11
BroadwaySQS.ExAwsClientwithBroadwaySQS.ReqClient.I tested consuming messages from AWS SQS directly.
IMO this change should be considerd as breaking change and bump the major version, we can also bump to
0.8.0and assume people update accordingly