ncloud_datastream_update_topic
Update a Data Stream topic's partitions (increase only), description, and retention period. Adjust topic properties to meet changing needs without recreating the topic.
Instructions
Update a Data Stream topic settings (partitions can only be increased, not decreased)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topicId | Yes | Topic ID to update | |
| partitions | Yes | Number of partitions (can only increase) | |
| description | Yes | Topic description (max 200 chars) | |
| retentionMs | Yes | Message retention in ms |