Creates a new topic in a Vultr managed database service for message streaming between applications
The vultr-cli database topic create command creates a new topic in a Vultr managed database service, allowing you to establish message streams for pub/sub communication.
$ vultr-cli database topic create <Database ID> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -n | --name | name for the new managed database topic |
| -p | --partitions | partitions for the new managed database topic |
| -r | --replication | replication factor for the new managed database topic |
| - | --retention-bytes | retention bytes for the new managed database topic |
| - | --retention-hours | retention hours for the new managed database topic |