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

Fixes for SNS transport implementation #765

Merged
merged 1 commit into from Jan 14, 2021

Conversation

roman-bezmen
Copy link
Contributor

This PR contains the fixes for two issues we faced:

  • If we have more than 100 topics, then AWS SDK returns a token to get the next 100 rows. This was missing.
  • The first issue wasn't easy to recognize as a message is being marked as succeeded but the message actually wasn't sent in case if the topic is missing.

Copy link
Member

@yang-xiaodong yang-xiaodong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks

@yang-xiaodong yang-xiaodong merged commit 83d623c into dotnetcore:master Jan 14, 2021
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.

None yet

2 participants