Skip to content

Added samples of how to ensure uniqueness in Event Sourcing

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 07 Jul 13:25
· 99 commits to main since this release

Shows how to handle unique constraint checks in an event-sources system. Explains various techniques like:

  • talking to business,
  • stream id design,
  • reservation pattern.

See more in: