Hacker News new | ask | show | jobs
by stevesimmons 1275 days ago
Do you have any references to learn more? I've looked at [1]

[1] https://learn.microsoft.com/en-us/azure/architecture/best-pr...

1 comments

Yes indeed. Attaching below a couple of references from my exploration:

Transactional outbox pattern:

- https://microservices.io/patterns/data/transactional-outbox....

- https://softwaremill.com/microservices-101

- https://brandur.org/job-drain

A pattern similar to the one I mention using cache:

- https://masstransit-project.com/articles/outbox.html