create-topic
Create a new topic by providing its name and messaging service, with options to set partitions, replication factor, and message schema for metadata management.
Instructions
Create a new topic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Topic name | |
| service | Yes | FQN of the messaging service | |
| description | No | Topic description in markdown | |
| partitions | No | Number of partitions | |
| replicationFactor | No | Replication factor | |
| messageSchema | No | Message schema definition | |
| tags | No | Tags to apply | |
| owners | No | Owner references |