A guide explaining how to set and manage resource limits for your Vultr Managed Apache Kafka® clusters
Vultr Managed Apache Kafka® enables customers to create and manage quotas for their Kafka database. Users can define parameters such as Client ID, Consumer Byte Rate, Producer Byte Rate, and CPU Request Percentage to control resource usage and ensure fair allocation among clients. This straightforward interface helps customers monitor and adjust quotas as needed, optimizing performance and maintaining stability in their data streaming operations.
Follow this guide to manage Quotas for Vultr Managed Apache Kafka® with Vultr Customer Portal, or CLI.
List all databases and note the target database's ID.
$ vultr-cli database list --summarize
Create a database quota for the target database.
$ vultr-cli database quota create <database-id> --client-id <string> --consumer-byte-rate <int> --producer-byte-rate <int> --request-percentage <int> --user <string>
Run vultr-cli database quota create --help
to understand and view all options.
List and confirm the quota created.
$ vultr-cli database quota list <database-id>
Delete a quota for the target database.
$ vultr-cli database quota delete <database-id> <client-id> <username>
No comments yet.