Tag:
Event Driven Architecure
4 posts found
10/6/2021
4 min read
Message Delivery Semantics in Event-Driven Architectures
In the world of **event-driven architecture (EDA)**, services communicate through events instead of direct API calls. This decoupling unlocks scalability, resil...
By Misbahul Munir
9/22/2021
4 min read
The Outbox Pattern: Reliable Messaging in Microservices
In the world of microservices, where services are often distributed and loosely coupled, ensuring **reliable communication** between them is crucial. Especially...
By Misbahul Munir
8/18/2021
8 min read
Distributed Transactions: 2PC & Saga Pattern
In a **Microservices Architecture**, each service typically manages its own database to ensure **loose coupling and autonomy**. However, this creates a challeng...
By Misbahul Munir