← Back to architecture map★ async
⚡
Architecture Pattern POC
Event-Driven Architecture
Services emit events when something happens. Other services react without the emitter knowing who listens.
Flow From Map
OrderSvc -> emit: OrderPlaced
-> anyone subscribed
EmailSvc, InventorySvc reactYour POC Area
Replace this placeholder with your interactive proof of concept for Event-Driven Architecture. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.
Example references: Kafka, EventBridge, EventEmitter, eventemitter2