Slide 94
Slide 94 text
Design
● Imagine a system, working a bit like a pipeline consisting of three steps:
Step 1 - The Input: One component handles some incoming data, does some
initial processing, and sends an event on a queue.
Step 2 - The Processor: a component that will receive the event sent at 1, and do
the processing, and send the result on yet another queue.