Logo
Grokking Microservices Design Patterns
Ask Author
Back to course home

0% completed

The Inner Workings of the Event-Driven Architecture Pattern

Peeling back the layers of Event-Driven Architecture (EDA) offers us insights into its inner workings and helps us appreciate its elegance. We've grasped the basic architecture, but how does it all come together in a running system? Let's find out!

Event Generation and Propagation

The life of an event starts with a change in state in the system. This could be a user action, a sensor reading, or even an internal system update. An event is then generated to encapsulate this change in state. But how does this process occur?

Event Producers are responsible for generating these events

.....

.....

.....

Like the course? Get enrolled and start learning!