Event-Driven System Design

preview_player
Показать описание
EDA decouples services, enabling scalable, flexible, and efficient systems. We'll also cover key components like Event Producers and Event Consumers, along with advanced concepts such as Complex Event Processing. Discover the advantages of using EDA alongside other patterns like Service Mesh and Sidecar Pattern.

AWS Certification:

#Microservices #eventdrivenarchitecture #NetflixArchitecture #SystemDesign
Рекомендации по теме
Комментарии
Автор

Somewhat confusing in the use of publisher/subscriber vs producer/consumer terminology. Why are they shown as different ? And why is it in some sort of feedback loop ? If a microservice is producing and consuming events - it will simply be on both end of the event queue ( ie not in the feedback path ). What is pub/sub loop ?

sreechalasani