Skip to content

changed addEvents to use sequential async methods instead of parallel #93

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

Merged

Conversation

developmentalmadness
Copy link
Contributor

DynamoDB Streams outputs events in the order they were received, so if events are committed out of order the stream will publish the events in the wrong order.

AddEvents has been changed to use sequential async methods instead of parallel to correct out of order events in the stream.

@adrai adrai merged commit 3a0ccb2 into thenativeweb:master Nov 13, 2016
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