ncloud_datastream_send_message
Send a message to a Data Stream topic. Requires topic name, message key, and value. Optionally specify partition index.
Instructions
Send a message to a Data Stream topic. NOTE: Requires Sub Account credentials (main account keys are not allowed for this API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Message key for partitioning | |
| topic | Yes | Topic name (full name including prefix) | |
| value | Yes | Message value (STRING type supported) | |
| partition | No | Specific partition index (0-based). If omitted, sent to random partition |