Transactional Messaging in Microservices
Introduction
Problem Statement
Transactional messaging is a common problem in Microservices - how do you integrate message publishing with database transactions that update business entities or data. For e.g., we may require to publish domain events ...
krishnakrmahto.hashnode.dev5 min read