create_kafka_topic
Create a Kafka topic with configurable partitions, replication, and retention settings for Vultr-managed Kafka databases.
Instructions
Create a Kafka topic (Kafka databases only).
Args: database_id: The Kafka database ID or label name: Topic name partitions: Number of partitions replication: Replication factor retention_hours: Retention time in hours retention_bytes: Retention size in bytes
Returns: Created topic information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| name | Yes | ||
| partitions | No | ||
| replication | No | ||
| retention_bytes | No | ||
| retention_hours | No |