Understanding Event Driven Architecture

Published: Dec. 25, 2020, 1:10 a.m.

b'Event Driven Architecture has been much talked about with the evolution of distributed systems , cloud and microservices. In this episode , we would be discussing on the challenges with the distributed system and microservices and how to build applications that are decoupled yet communicate with each other asynchronously. Also we have smart devices like sensors pushing in lot of data at scale and we need to find efficient ways to handle these as well. Discussion on the different ways of implementing Event Driven Architecture - Reactive Event Driven Systems aka Message Queue - Publisher Subscriber pattern vs Event Streaming aka Logs. We will also look at typical use-cases where each of these pattern fit and finally wrapping with pros and cons of an event driven architecture.'