github.com/argoproj/argo-events@v1.9.1/docs/concepts/eventbus.md (about) 1 # EventBus 2 3 The EventBus acts as the transport layer of Argo-Events by connecting the EventSources and Sensors. 4 5 EventSources publish the events while the Sensors subscribe to the events to execute triggers. 6 7 There are three implementations of the EventBus: [NATS](https://docs.nats.io/legacy/stan/intro#:~:text=NATS%20Streaming%20is%20a%20data,with%20the%20core%20NATS%20platform.) (deprecated), [Jetstream](https://docs.nats.io/nats-concepts/jetstream), and [Kafka](https://kafka.apache.org).