Engineering the Future of Software
Feb 3–4, 2019: Training
Feb 4–6, 2019: Tutorials & Conference
New York, NY
Please log in

Choreographing microservices

Allen Holub (Holub Associates)
10:45am–12:15pm Wednesday, February 6, 2019
Microservices
Location: Grand Ballroom West
Secondary topics:  Best Practice
Average rating: ****.
(4.32, 22 ratings)

Who is this presentation for?

  • Software architects and software engineers

Level

Intermediate

Prerequisite knowledge

  • A basic understanding of microservices

What you'll learn

  • Learn how to design and build asynchronous choreographed systems (These are very different than traditional declarative approaches built on REST.)

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, but they have their own idiosyncrasies and implementation challenges.

Allen Holub explores the inherent problems in orchestrated systems and explains how choreography can solve them. Allen outlines three approaches to choreography: HTTP-based, pub/sub messaging-based, and brokerless swarming systems. He also details appropriate messaging architectures and frameworks and shares several practical examples. Finally, Allen explores event storming, one of the best approaches to designing choreographed systems.

Photo of Allen Holub

Allen Holub

Holub Associates

Allen Holub is one of the country’s foremost software architects and Agile-transformation consultants. Allen speaks internationally about all things Agile and software architecture and provides in-house training and consulting in those areas. He’s also an expert-level programmer, specializing in Swift, Java, and Web 2.0 applications and microservices. Allen can build highly dynamic websites (along the lines of Gmail) from front to back: both the frontend code—JavaScript, JQuery, Angular, HTML5, and CSS3—that runs in the browser and the backend code—Java, PHP, MySQL, Ruby, Mongo, C++, ZeroMQ, and EC2—that runs either on your server or in the cloud. Allen is widely published. His works include 10 books, hundreds of articles in publications ranging from Dr. Dobb’s Journal to IBM DeveloperWorks, and video classes for Agilitry.com (Agility with Allen), Pluralsight (Swift in Depth, Picturing Architecture, Object-Oriented Design), O’Reilly (Design Patterns in the Real World), and Lynda/LinkedIn.

Comments on this page are now closed.

Comments

Danny Trieu | SOFTWARE ENGINEER
01/05/2019 9:25am EST

Will Saga be part of this talk?