Back to Browse

RPC vs Messaging: When to use which?

30.0K views
Jul 7, 2021
9:09

Not all communication is going to be synchronous request/response with HTTP/RPC or asynchronous messaging within a system. But how do you choose between Synchronous vs Messaging? Well, it depends on if it's a command and/or a query as well as where the request is originating from. If you want reliability and resiliency, then use messaging where it's appropriate. 🔔 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/ 0:00 Intro 2:15 Queries 3:37 Client UI Request 4:17 Message Consumer 5:11 Commands

Download

1 formats

Video Formats

360pmp415.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

RPC vs Messaging: When to use which? | NatokHD