Hello,
Thank you for this library.
I was wondering what the suggested way of implementing the outbox pattern is when using this library.
Two things come to mind:
- A custom Event Store implementation that writes to an outbox table in the same transaction
- Relying on database triggers / CDC
Hello,
Thank you for this library.
I was wondering what the suggested way of implementing the outbox pattern is when using this library.
Two things come to mind: