YDS
Written by
Updated at March 27, 2025
Sending messages to the Yandex Data Streams topic.
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
database |
string |
Yes | No | No | Database ID. |
topic |
string |
Yes | No | No | Topic ID. |
put |
object |
Yes | YdsPut | No | Configuring the put action to send messages to the data stream. |
YdsPut object
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
body |
string |
No | "" |
Yes | Message body. |
partitionKey |
string |
No | "" |
Yes | Shard key. |