Defined scope
- Events
- Producers and consumers
- Streams and brokers
- Delivery semantics
- Idempotency
- Projections
CONCEPT
Event-driven architecture is a system design approach in which components publish, transport and react to records of state change rather than depending only on direct synchronous calls.
Event-driven architecture connects event producers, brokers or logs, consumers, schemas, delivery semantics, projections and observability.
EDITORIAL FRAME
A concise view of its scope, position, limitations and supporting sources.
Event-driven architecture organizes behavior around events: durable descriptions that something happened. Producers emit events, transport infrastructure makes them available, and consumers react without requiring the producer to control every downstream action.
An event normally needs an identifier, type, source, time, subject and data. Brokers, queues or logs manage transport. Consumers update projections, trigger workflows or integrate systems.
VASTE uses event propagation as part of contextual execution. Events should retain entity identity and relation context so that downstream behavior remains explainable.
Consumers may receive duplicates, events can arrive late or out of order, schemas evolve, and replay can reproduce unintended side effects. Idempotency, versioning and observability are core design requirements.
See CloudEvents, Redis Streams, Contextual Execution and Graph Runtime.
DOCUMENTED RELATIONSHIPS
Each link names the relationship between two entries and why it matters.
Event-Driven Architecture and Event Streams documents event-driven system design.
Redis Streams for Orchestration places Redis consumer groups within event-driven architecture.
Microservices, Modular Monoliths and System Boundaries explains events as one service communication pattern.
Observability for AI Agents and Tool-Calling Systems documents Event-Driven Architecture as one of its declared subjects.
Runtime Engines and Domain Operating Systems documents Event-Driven Architecture as one of its declared subjects.
VASTE applies event-driven architecture through its event propagation layer.
Event-Driven Architecture is an explicit member of the Knowledge Hub Third Wave collection.
Event-Driven Architecture. 1.0.0. Electronic Artefacts, 2026-06-24. https://electronicartefacts.com/knowledge/concepts/event-driven-architecture/
7 public links connect this page to nearby projects, concepts and references.