oci_kafka_create_topic
Create a Kafka topic in OCI Streaming with customizable partitions and replication factor.
Instructions
Create a new Kafka topic.
Requires --allow-writes to be enabled.
Args: topic_name: Name for the new topic. num_partitions: Number of partitions (default: 6). replication_factor: Replication factor (default: 3).
Returns the creation status and topic details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | Yes | ||
| num_partitions | No | ||
| replication_factor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |