← Graph

Replay events to reproduce bugs

takeaway 2 connections

Because payloads and domain events are persisted immutably, bugs can be reproduced by replaying the exact event that caused them. The speaker used this 'most advanced debugging technique' twice in the talk (pending transactions, closed bank account) to find root causes quickly and to fix customer data without waiting for the third-party provider to resend a webhook. Complement: always write a test that confirms your understanding of the bug before fixing it.

type
recommendation
takeaway Replay events to reproduce bugs
about
Event Sourcing concept
Benefit specific to event-sourced systems.
takeaway Replay events to reproduce bugs
from_talk
Used twice to debug and fix customer data.

Provenance

Read by
3 extractions