Skip to main content

Manage quotas in Aiven for Apache Kafka®

Manage quotas in your Aiven for Apache Kafka® service to control network throughput and CPU usage per client.

Prerequisites

Add quota

  1. Log in to Aiven Console and select your Kafka service.

  2. Click Quotas in the sidebar.

  3. Click Add quota.

  4. Enter the Client ID or User.

  5. Set one or more quota values:

    • Consumer throttle: Maximum data rate for consumers, in bytes per second.
    • Producer throttle: Maximum data rate for producers, in bytes per second.
    • CPU throttle: Maximum CPU usage for the client, as a percentage.
    note

    Enter default to apply the quota to all clients or users.

  6. Click Add.

View quotas

  1. Access the Aiven Console and open your Aiven for Apache Kafka® service.
  2. Click Quotas.

The page lists all configured quotas.

Update quota

  1. Access the Aiven Console and open your Aiven for Apache Kafka® service.
  2. Click Quotas.
  3. Find the quota to update.
  4. Click Actions > Update.
  5. Update the quota values.
  6. Click Save changes.

Delete quota

  1. Access the Aiven Console and open your Aiven for Apache Kafka® service.
  2. Click Quotas.
  3. Find the quota to delete.
  4. Click Actions > Delete.
  5. Click Delete quota to confirm.

Related pages