Skip to content

Outbox pattern maybe lock in OutboxMessages table #32

Answered by kgrzybek
mohammad1111 asked this question in Q&A
Discussion options

You must be logged in to vote

If you experience performance issues, you can use two tables approach:

  1. One for messages
  2. One for messages consumers

Then you can use the last processed event number and partition key to increase performance and allow parallel processing. More info you can find here: https://event-driven.io/en/outbox_inbox_patterns_and_delivery_guarantees_explained/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mohammad1111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #30 on February 22, 2021 22:06.