Skip to content

Added Marten Outbox Pattern/Subscription with custom Projection

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 03 Mar 21:51
· 453 commits to main since this release

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

See more in PR: #104