Event Choreography for Loosely Coupled Workflow
What’s Event Choreography Workflow? Let’s back up a bit to answer that. Event Driven Architecture is a way to make your system more extensible and loosely coupled. Using events as a way to communicate between service boundaries. But how do you handle long-running business processes and workflows that involve multiple services? Using RPC is going back to tight coupling, which we’re trying to avoid with Event Driven Architecture. So what’s a solution? Event Choreography. YouTube Check out my YouTube channel, where I post all kinds of content accompanying my posts, including this video showing everything in this post. RPC So why not… Read More »Event Choreography for Loosely Coupled Workflow