Retryable events - #279
Open
maxekman wants to merge 3 commits into
Open
Conversation
maxekman
force-pushed
the
retryable-events
branch
4 times, most recently
from
January 21, 2021 14:36
8e411f4 to
cbf1384
Compare
maxekman
force-pushed
the
retryable-events
branch
from
January 28, 2021 07:40
cbf1384 to
59477d5
Compare
maxekman
force-pushed
the
retryable-events
branch
2 times, most recently
from
February 4, 2021 15:06
5f73007 to
8568318
Compare
maxekman
force-pushed
the
retryable-events
branch
from
February 18, 2021 08:06
8568318 to
38e60a5
Compare
maxekman
force-pushed
the
retryable-events
branch
3 times, most recently
from
March 5, 2021 14:43
baea371 to
76601be
Compare
maxekman
force-pushed
the
retryable-events
branch
from
March 15, 2021 14:07
76601be to
1d5fc6a
Compare
maxekman
force-pushed
the
retryable-events
branch
from
March 25, 2021 12:26
97c4ab0 to
bca652a
Compare
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.
Description
Adds an error that the event handlers can use to signal to the event bus that the event should be retried. Useful for temporary DB errors, read models that are not yet updated etc.
Affected Components
Related Issues
Solution and Design
Steps to test and verify