Modifies configuration settings for a specified Kafka topic within a Vultr managed database instance.
The vultr-cli database topic update command modifies configuration settings for an existing Kafka topic within a Vultr managed database instance, allowing you to adjust topic properties as needed.
$ vultr-cli database topic update <Database ID> <Topic Name> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -p | --partitions | partitions for the managed database topic |
| -r | --replication | replication factor for the managed database topic |
| - | --retention-bytes | retention bytes for the managed database topic |
| - | --retention-hours | retention hours for the managed database topic |