Video description
Choreographed microservices talk to each other asynchronously, blindly broadcasting notifications into a service cloud. Those notifications are handled by whatever client services are interested. These systems eliminate many of the problems associated with orchestrated systems (which work more like synchronous function calls) and are typically much faster than orchestrated systems, but they have their own idiosyncrasies and implementation challenges. Allen Holub explores the inherent problems in orchestrated systems and then looks at how choreography can solve those problems. Allen explores three approaches to choreography: HTTP based, pub/sub messaging based, and brokerless swarming systems. He introduces appropriate messaging architectures and frameworks and looks at several practical examples. Finally, Allen looks at event storming: one of the best approaches to designing choreographed systems. You’ll leave with an understanding of both why you should be using choreography for most high-level APIs and how to design and build these systems.
This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
Product information
- Title: Choreographing microservices (San Jose, CA)
- Author(s):
- Release date: October 2019
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 0636920337515
You might also like
video
Choreographing microservices (NY)
Choreographed microservices talk to each other asynchronously, blindly broadcasting notifications into a service cloud. Those notifications …
article
Reinventing the Organization for GenAI and LLMs
Previous technology breakthroughs did not upend organizational structure, but generative AI and LLMs will. We now …
video
Surviving in a microservices environment
Many presentations on microservices offer a high-level view of the architecture; rarely do you hear what …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …