Skip to main content

Create a free tier Aiven for Apache Kafka® service

You can create a free tier Aiven for Apache Kafka® service to learn Kafka, test producers and consumers, or run small proof-of-concept workloads.

For details about throughput, topic limits, and feature restrictions, see Free tier limitations.

Prerequisites

Create a free tier Kafka service

  1. In your project, click Services.
  2. Click Create service.
  3. Select Aiven for Apache Kafka®.
  4. In Service tier, select Free. The free tier includes:
    • Throughput limits of up to 125 KiB/s for produce traffic and 125 KiB/s for consume traffic
    • Up to 5 topics, each with two partitions
    • Karapace Schema Registry and REST Proxy
  5. Review the Cloud section. The cloud provider is fixed for the free tier. The console shows a limited set of supported regions.
  6. In Service basics, enter a Service name.
  7. Review the Service summary.
  8. Click Create service.

When the status changes to Running, your free tier Kafka service is ready to use.

To stream sample data, use the sample data generator in the Aiven Console. It produces test messages to your Kafka service. For details, see Generate sample data for Aiven for Apache Kafka®.

To connect your application, use Quick connect to get setup steps and sample code for common programming languages.

After service creation

  • If no data is produced or consumed for 24 hours, the service is powered off automatically. You receive a notification before shutdown, and you can power on the service from the Aiven Console.
  • You can upgrade the service at any time to enable:
    • Cloud and region selection
    • Higher throughput and storage
    • Kafka Connect and service integrations
    • Support for tiered storage

Upgrade the free tier service

You can upgrade from the free tier at any time to remove throughput, storage, and feature limits.

To upgrade from the service overview:

  1. Open your service’s Overview page.
  2. In Service usage, click Upgrade.

Or upgrade from service settings:

  1. In your service, click Service settings.
  2. In the Service summary section, click Upgrade.
  3. Select a plan and click Upgrade service.

Upgrades apply immediately. Paid services cannot be downgraded to the free tier.

Related pages