Skip to main content

Aiven for Apache Kafka® Developer tier

Aiven for Apache Kafka® Developer tier is a paid Classic Kafka plan that sits between the Free tier and Professional tier. Use it for development, prototyping, or test workloads that need more throughput, more topics, longer retention, more storage, or service integrations than the Free tier provides, without committing to a Professional plan. Aiven for Apache Kafka® Connect is available as a separately billed add-on.

For capacity, pricing, and service limits, see Limits and specifications.

When to use the Developer tier

Use the Developer tier when:

  • You need higher throughput, more topics, longer retention, or more storage than the Free tier offers.
  • You need a paid Aiven for Apache Kafka® Connect service or service integrations, neither of which is available on the Free tier.
  • You want a paid environment for development or testing without committing to a Professional plan.

What the Developer tier includes

A Developer tier service includes:

Automate workflows with Skills

Skills are ready-to-run workflows that automate common Kafka tasks, such as:

  • Creating a Kafka service and configuring it end-to-end.
  • Creating topics, users, and permissions.
  • Generating sample data and validating the deployment.
  • Configuring connectors and integrations.

Skills are available on Developer tier and Professional tier services. You run them through the Aiven CLI, or with npx if you use Node.js. For details, see Set up Aiven for Apache Kafka® using Skills.

Manage Developer tier services from the Aiven Console, the Aiven CLI, or the Aiven API.

Limits and specifications

The following specifications apply to Developer tier services.

SpecificationDeveloper tier
Price$29 per month, includes 2 nodes and 1 day of retention
Throughput1 MB/s ingress, 2 MB/s egress
TopicsUp to 20
PartitionsUp to 100 total across topics
Retention1 to 7 days; 1 day included, +$10 per additional 2 days
StorageFixed local storage per node
Kafka services per organizationUp to 5
Kafka ConnectOptional add-on, billed separately
Cloud providerRegion selection in the console
Service integrationsYes, with limitations
UpgradeTo a Professional plan from the Aiven Console
Downgrade to Free tierNot supported

For higher throughput, storage, retention, or connector limits, upgrade your service to a Professional plan in the Aiven Console.

Compare service tiers

FeatureFreeDeveloperProfessional
Price$0$29 per monthVaries by plan
ThroughputUp to 250 KB/s ingress and egress1 MB/s ingress, 2 MB/s egressHigher, plan-dependent
TopicsUp to 5Up to 20Plan-dependent
Partitions1 per topicUp to 100 totalPlan-dependent
RetentionFixed1 to 7 daysPlan-dependent
StorageFixedFixed local storage per nodePlan-dependent
SLANone99%Up to 99.99%, plan-dependent
Kafka ConnectNot supportedOptional, billed separatelyFull support, plan-dependent
Service integrationsNot supportedYes, with limitationsYes, plan-dependent
Cloud selectionFixedRegion onlyCloud and region selectable

Upgrade path

You can upgrade from Free tier to Developer tier, or from Developer tier to Professional tier. Upgrade to Developer tier for higher limits, Kafka Connect support, and integrations. Upgrade to Professional tier for higher throughput, storage, topic limits, and SLA.

Your service configuration is preserved when you upgrade. The cloud, region, and plan options available to you can differ by tier.

Kafka and Kafka Connect tier compatibility

Aiven for Apache Kafka® and Aiven for Apache Kafka® Connect services that are integrated with each other must run on the same service tier. Both services must be on the Developer tier, or both must be on the Professional tier. A Kafka service and its integrated Kafka Connect service cannot run on different tiers.

Within a tier, the two services do not need to use the same plan. For example, a Professional tier Kafka service on business-8 can be integrated with a Professional tier Kafka Connect service on startup-4.

This compatibility requirement affects how you upgrade integrated services:

  • Upgrade the Kafka service first. Kafka Connect cannot move to Professional until Kafka is also on Professional.
  • Power off Kafka Connect before changing the Kafka service tier. Powering off Kafka Connect preserves the service and its configuration.
  • After Kafka is upgraded, upgrade Kafka Connect to the same tier before powering it on again.

For the steps to perform an upgrade, see Upgrade the service.

note

Developer tier services cannot be downgraded to Free tier. Professional tier downgrade options depend on the current plan and the changes available in the Aiven Console.

Related pages