-
Notifications
You must be signed in to change notification settings - Fork 398
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
SNS: content-based deduplication #1693
SNS: content-based deduplication #1693
Conversation
@alinabuzachis looks like you were good with #1602 - this just adds integration tests and rebases. Could I get a quick review please |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
This comment was marked as resolved.
This comment was marked as resolved.
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1695 🤖 @patchback |
SNS: content-based deduplication SUMMARY Original Author: redradrat Original PR: #1602 Adds the missing option of "content-based deduplication" for fifo topics. Also fixes looking up fifo topic ARNs, which resulted in changing always be True. ISSUE TYPE Feature Pull Request COMPONENT NAME sns_topic ADDITIONAL INFORMATION #1602 is missing tests and has merge conflicts. Fixes the conflicts and adds integration tests Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> (cherry picked from commit aace7ff)
[PR #1693/aace7ff5 backport][stable-5] SNS: content-based deduplication This is a backport of PR #1693 as merged into main (aace7ff). SUMMARY Original Author: redradrat Original PR: #1602 Adds the missing option of "content-based deduplication" for fifo topics. Also fixes looking up fifo topic ARNs, which resulted in changing always be True. ISSUE TYPE Feature Pull Request COMPONENT NAME sns_topic ADDITIONAL INFORMATION #1602 is missing tests and has merge conflicts. Fixes the conflicts and adds integration tests Reviewed-by: Mark Chappell <None>
SUMMARY
Original Author: redradrat
Original PR: #1602
Adds the missing option of "content-based deduplication" for fifo topics.
Also fixes looking up fifo topic ARNs, which resulted in changing always be True.
ISSUE TYPE
COMPONENT NAME
sns_topic
ADDITIONAL INFORMATION
#1602 is missing tests and has merge conflicts.
Fixes the conflicts and adds integration tests