A Study In Reliable Messaging Without Distributed Transactions
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 ...
dc0d.hashnode.dev3 min read