Staged Event-Driven Architecture: Beginner's guide
SEDA
A staged event-driven architecture, or SEDA, divides the workflow into stages.
Each stage consists of an incoming event queue, a thread pool, and an event handler. A controller manages the resources at each stage.
The incoming event queue consis...
shreyanshgupta.hashnode.dev2 min read