A key feature of true event-driven architectures is that the
producers and consumers are completely decoupled – a producer shouldn’t
know or care who is consuming its events and how the consumers use those
events in their service..
Examples
Kafka + Kubernetes
IoT + MQTT pub/sub
Event-based
Two key characteristics of event-based compute
the existence of a compute instance is intimately tied to the
occurence of an event to be processed.