Sending events to the bus
Written by
Updated at July 15, 2025
Events can be sent to the bus using the following methods:
| Method of sending to the bus | Event generation method | Message batching |
|---|---|---|
| Sending directly using the put API method | The events are prepared by the user | No |
Sending through a connector with a Timer source |
The user specifies the data that will go to the bus in the connector settings | No |
Sending through a connector with a API EventRouter source using the send API method |
The events are prepared by the user | Yes |
Sending through a connector with a Yandex Data Streams source |
Events come from a data stream | No |
Sending through a connector with a Yandex Message Queue source |
Events come from a message queue | Yes |