Glossary

Event-Driven Architecture

Event-Driven Architecture (EDA) is an architectural style where services communicate through events rather than direct calls. A single event (OrderPlaced) can trigger multiple independent handlers in parallel: sending an email, updating stock, writing analytics.

Benefits

Components

Challenges