You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project provides a sample implementation of the Transactional Outbox Pattern in Go
5
+
This project provides a sample implementation of the Transactional Outbox Pattern in Go. Detailed description in my blog post: https://pkritiotis.io/outbox-pattern-in-go/
6
6
7
7
# Features
8
8
- Send messages within a `sql.Tx` transaction through the Outbox Pattern
0 commit comments