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

Retryable events #279

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Retryable events #279

wants to merge 3 commits into from

Conversation

maxekman
Copy link
Member

@maxekman maxekman commented Dec 17, 2020

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

  • Event Bus
  • Event Handlers

Related Issues

Solution and Design

Steps to test and verify

@maxekman maxekman force-pushed the retryable-events branch 4 times, most recently from 8e411f4 to cbf1384 Compare January 21, 2021 14:36
@maxekman maxekman changed the title Retry-able events Retryable events Jan 21, 2021
@maxekman maxekman force-pushed the retryable-events branch 2 times, most recently from 5f73007 to 8568318 Compare February 4, 2021 15:06
@maxekman maxekman force-pushed the retryable-events branch 3 times, most recently from baea371 to 76601be Compare March 5, 2021 14:43
Base automatically changed from master to main March 8, 2021 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant