Using Kafka Streams with internal topicsΒΆ
Kafka Streams is only available in GCP
Kafka Streams is only available in GCP clusters, and will not work in on-prem clusters.
This guide will show you how to use Kafka Streams with internal topics.
Enable Kafka Streams in your applicationΒΆ
.nais/app.yaml
Select a pool
from one of the available pools.
Configure your applicationΒΆ
When you do this you must configure Kafka Streams by setting the property application.id
to a value that starts
with the value of the env var KAFKA_STREAMS_APPLICATION_ID
, which will be injected into your pod automatically.
Apply the applicationΒΆ
Add the file to your application repository to deploy with NAIS github action.