What is 'event-driven architecture' (EDA) and what integration benefit does it provide?
-
A
A style where components communicate by producing and consuming events, providing loose coupling and temporal decoupling
-
B
An architecture where all system events are stored in a relational database
-
C
A pattern where the UI layer drives all backend processes through user events
-
D
A microservices approach where each service has its own event loop