Event Carried State Transfer: Keep a local cache!
What's Event Carried State Transfer and what does it problem does it solve? Do you have a service that requires data from another service? You're trying to avoid making a blocking synchronous call between services because this introduces temporal coupling which availability concerns. So what's the alternative? I'll cover one solution which is Event Carried State Transfer.
🔗 Solace
https://solace.com/codeopinion
🔔 Subscribe: https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw?sub_confirmation=1
💥 Join this channel to get access to source code & demos!
https://www.youtube.com/channel/UC3RKA4vunFAfrfxiJhPEplw/join
🔥 Don't have the JOIN button? Support me on Patreon!
https://www.patreon.com/codeopinion
📝 Blog: https://codeopinion.com
👋 Twitter: https://twitter.com/codeopinion
✨ LinkedIn: https://www.linkedin.com/in/dcomartin/
📧 Weekly Updates: https://mailchi.mp/63c7a0b3ff38/codeopinion
0:00 Intro
0:36 Blocking Synchronous
2:00 Notifications
3:41 Event Carried State Transfer
5:57 Versioning
#eventdrivenarchitecture #softwarearchitecture #codeopinion