Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Six Little Lines of Fail

NDC Conferences via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the complexities of distributed systems in this insightful conference talk that delves into the challenges of implementing a seemingly simple checkout page. Learn how six lines of code can hide potential failures and system-wide issues. Discover the importance of anticipating and planning for failures in distributed computing. Examine various strategies for handling failures between interconnected systems, including retrying, undoing actions, and coordinating processes. Gain valuable insights into modern e-commerce practices, such as background processing for order fulfillment. Investigate advanced concepts like routing slips, saga patterns, and process manager patterns. Compare orchestration and choreography approaches in distributed system design. Walk away with a deeper understanding of building resilient checkout processes that embrace the realities of distributed computing.

Syllabus

Intro
6 little, innocuous lines of code
Failure is ALWAYS an option
is probably not good for business
We can't put the world into a transaction
Assume failures
Plan for the worst
4 options for dealing with failures between two systems
The Master Plan
For each external resource, examine possibilities and pick best option based on business requirements
First up: Stripe
Probably don't want to ignore a failed payment
Retry
Undo
Not unless we want duplicate emails
We can't un-send emails
Finally: RabbitMQ
Can't un-send a message
Compensating message is... weird
Coordinate
Taking a step back
Can we avoid exceptions by breaking the process coupling?
Way too much going on in a single button click
Modern ecommerce uses background processing to fulfill orders
Starting the workflow
Routing slip
Saga pattern
Process manager pattern
Orchestration or choreography?

Taught by

NDC Conferences

Reviews

Start your review of Six Little Lines of Fail

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.