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

Added Marten Outbox Pattern/Subscription with custom Projection #104

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

oskardudycz
Copy link
Owner

@oskardudycz oskardudycz commented Mar 3, 2022

Added Marten Outbox Pattern/Subscription with custom Projection Plugged it into samples removing calling EventBus from the repository, by that getting at-least-once processing guarantee.

Read more about that in: https://event-driven.io/en/integrating_Marten/.

Other changes:

  • Updated Marten to latest v5 alpha
  • Disabled API tests parallelisation until better test setup is provided

Note: it will be good to align that with ESDB processing by using StreamEvent eventually.

…ns). Plugged it into samples removing calling EventBus from repository, by that getting at-least once processing guarantee.

Updated Marten to latest v5 alpha
Disabled API tests parallelisation until better test setup is provided
@oskardudycz oskardudycz force-pushed the marten_outbox_pattern branch from cc446d9 to 4f11067 Compare March 3, 2022 21:36
@oskardudycz oskardudycz merged commit dbe5e3b into main Mar 3, 2022
@oskardudycz oskardudycz deleted the marten_outbox_pattern branch March 3, 2022 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant