Skip to main content

Create a Kafka service

Learn how to create an Apache Kafka® service on Aiven. You can choose between two Kafka modes and deploy to either Aiven cloud or your own cloud infrastructure.

Choose your Kafka mode

Aiven offers two ways to run Apache Kafka:

  • Inkless: Runs Apache Kafka 4.x with diskless topics and tiered storage enabled by default.

    • On Aiven cloud, compute is usage-based and measured in Aiven Kafka Units (AKUs).
    • On Bring Your Own Cloud (BYOC), pricing is plan-based. Inkless availability depends on the selected cloud provider.
  • Classic Kafka: Uses fixed plans with local broker storage. Stores topic data on local disks by default, with optional tiered storage.

Prerequisites

  • Access to the Aiven Console
  • An Aiven project where you can create services

Create an Inkless service on Aiven cloud

Inkless on Aiven cloud uses Aiven Kafka Units (AKUs) to size compute capacity. It runs Kafka 4.x and enables diskless topics and tiered storage by default.

  1. In the Aiven Console, open your project and click Services.

  2. Click Create service.

  3. Select Apache Kafka®.

  4. Select Inkless as the service type.

  5. Select Aiven cloud as the deployment mode.

    note

    Inkless on Aiven cloud is available only on selected cloud providers. If Inkless is not supported in the selected cloud or region, Classic Kafka is used instead.

  6. Select a cloud provider and region.

  7. In Stream load, estimate the expected ingress and egress throughput. This estimate is used to determine the initial number of AKUs and estimate costs, and it can be adjusted later.

  8. In Retention, enter the data retention period. Retention is used to estimate storage costs and can be adjusted after service creation.

  9. In Service basics, enter:

    • Name: Enter a name for the service.
      important

      You cannot change the name after creation.

    • Tags: Optional. Add resource tags to organize your services.
  10. Review the Service summary, and click Create service.

Create an Inkless service on Bring your own cloud (BYOC)

Inkless services can run in your cloud account through BYOC. Inkless on BYOC uses Kafka 4.x and enables diskless topics and tiered storage by default.

  1. In the Aiven Console, open your project and click Services.
  2. Click Create service.
  3. Select Apache Kafka®.
  4. Select Inkless as the service type.
  5. Select Bring your own cloud (BYOC) as the deployment mode.
  6. In the Cloud section, choose your BYOC environment and region.
  7. Choose a plan.
  8. In Service basics, enter:
    • Name: Enter a name for the service.
      important

      You cannot change the name after creation.

    • Tags: Optional. Add resource tags to organize your services.
  9. Review the Service summary, and click Create service.

Create a Classic Kafka service on Aiven cloud

Classic Kafka uses fixed plans and local broker storage. It stores topic data on local disks by default, with optional tiered storage.

  1. In the Aiven Console, open your project and click Services.

  2. Click Create service.

  3. Select Apache Kafka®.

  4. Select Classic Kafka as the service type.

  5. Select Aiven cloud as the deployment mode.

  6. In the Cloud section:

    • Choose a cloud provider.
    • Select a region.
  7. In the Plan section, choose a plan from the available plan groups.

  8. Optional:

  9. In Service basics, enter:

    • Name: Name of the service.
    • Version: Select the Kafka version. The latest supported version appears by default.
    • Tags: Optional. Add resource tags to organize your services.
  10. Review the Service summary, then click Create service.

Create a Classic Kafka service on Bring your own cloud (BYOC)

You can run Classic Kafka in your own cloud account using BYOC.

  1. In the Aiven Console, open your project and click Services.
  2. Click Create service.
  3. Select Apache Kafka®.
  4. Select Classic Kafka as the service type.
  5. Select Bring your own cloud (BYOC) as the deployment mode.
  6. In the Cloud section:
    • Select your BYOC environment.
    • Select a region.
  7. In the Plan section, choose a plan from the available plan groups.
  8. Optional:
    • Adjust Additional disk storage.
    • Enable Tiered storage if supported for your plan and region.
  9. In Service basics, enter:
    • Name: Name of the service.
    • Version: Select the Kafka version. The latest supported version appears by default.
    • Tags: Optional. Add resource tags to organize your services.
  10. Review the Service summary, then click Create service.

After service creation

Inkless services require a metadata coordinator and object storage. Aiven provisions these components automatically.

Aiven configures:

  • Object storage access for storing diskless topic data. Inkless uses an Aiven-managed object storage bucket, which is created and managed for you.
  • A PostgreSQL-based coordinator that stores metadata for diskless topics. The coordinator is provisioned automatically and linked to the Kafka service through a managed integration. It maintains metadata such as batch offsets and storage locations.

After creation, the Kafka Inkless PostgreSQL integration appears on the Integrations page in the Aiven Console. This integration is managed by Aiven and cannot be modified or removed.

Related pages