What is Event Driven Architecture | How does EDA differ from Reactive Programming

preview_player
Показать описание
This video covers what is Event Driven Architecture and how does it differ from Reactive Programming.

📌 Related Playlist
================

🎬Video Editing: iMovie

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#EventDrivenArchitecture #EDA #TechPrimers
Рекомендации по теме
Комментарии
Автор

Thank You ..much Appreciated..It would be great if you can make some small hands on project on EDA..

ansumansahoo
Автор

Wonderful. Can you please make a video on "Spring Cloud Stream" in action?

jasper
Автор

How are events in EDA different from data in Reactive? Isn't an event just some type of data? Can you elaborate further on the difference?

mehtubbhai
Автор

For example, client/customer request an order via browser and we have our microservice architecture. Want to understand with microservices are designed event-driven then how who will be responsible for sending a response to the browser because if m1 received the client request and generate the event for other m2. How does m2 know about client address? Can you elaborate end2end flow use case in case of event-driven microservice architecture?

amitjain