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

Adds the ability to use SQS FIFO queues. #759

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

crankycookie
Copy link
Contributor

@crankycookie crankycookie commented Dec 5, 2024

Please do not open a pull request without first filing an issue and/or discussing the feature directly with the project maintainer.

Please ensure you adhere to every item in this list

  • This PR was pre-approved by the project maintainer
  • I have self-reviewed the code
  • I have added all necessary tests

Describe your changes

All SQS FIFO queues have the .fifo suffix at the end of their URL - this is how we determine if we are using a FIFO queue or not. The MessageGroupId (A required field for FIFO) is set using the key & id of the event's message.

Note: This commit does not add the the MessageDeduplicationID so the FIFO queue must have content-based deduplication enabled.

Issue number and link

#758

All SQS FIFO queues have the `.fifo` suffix at the end of their URL - this is how we determine if we are using a FIFO queue or not. The `MessageGroupId` (A required field for FIFO) is set using the key & id of the event's message.

Note: This commit does not add the the `MessageDeduplicationID` so the FIFO queue must have content-based deduplication enabled.
@crankycookie crankycookie marked this pull request as ready for review December 6, 2024 09:41
@crankycookie
Copy link
Contributor Author

@tidwall can you TAL? Thanks!

@tidwall tidwall merged commit 459b3e6 into tidwall:master Dec 6, 2024
1 check passed
@tidwall
Copy link
Owner

tidwall commented Dec 6, 2024

This all looks good to me.

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

Successfully merging this pull request may close these issues.

2 participants