A Study In Reliable Messaging Without Distributed Transactions
Aug 2, 2021 · 3 min read · In a Microservice Architecture, some services update an entity. A service that updates an entity, might need to send an event to a downstream service, to inform it about the update. The problem is, these two actions - updating a database and sending ...
Join discussion