dc0d.hashnode.devA Study In Reliable Messaging Without Distributed TransactionsIn 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 ...Aug 2, 2021·3 min read