Modifies configuration settings for a specified Kafka topic within a Vultr managed database instance.
vultr-cli database topic update
modifies configuration settings for a specified Kafka topic within a Vultr managed database instance, allowing you to adjust parameters like retention period or partitions.
$ 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 |
No comments yet.