Create a Kafka topic ΒΆ

This guide will show you how to create a Kafka topic.

The fully qualified topic name is the name of the Topic resource prefixed with your team namespace:

Plaintext

This name is also set in the .status.fullyQualifiedName field on your Topic resource once the Topic is synchronized to Aiven.

Creating topics ΒΆ

.nais/topic.yaml

yaml

Select a pool from one of the available pools.

See the Kafka topic reference for a complete list of available options.

Grant access to the topic for other applications (optional) ΒΆ

See manage access for how to grant access to your topic.

Apply the Topic resource ΒΆ

Add the file to your application repository to deploy with Nais github action.

bash