05. Message Passing

Chapter 5 of 24 · 20 min
EXERCISE

Design a message-passing system for a distributed tracing scenario where one agent generates spans, another aggregates them, and a third visualizes results. Implement topic-based routing so aggregation agents receive all span events, and visualization agents receive only completed traces. Handle the case where the visualization agent goes offline for an extended period. (12 minutes)