Y
Hacker News
new
|
ask
|
show
|
jobs
by
zbentley
968 days ago
Regarding publishes to a message broker, the transactional outbox pattern (mentioned in TFA , and something that can be used on its own) provides similar capabilities if you don't want to fully buy into event sourcing.
https://microservices.io/patterns/data/transactional-outbox....