arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Local Development

hashtag
Kafka Topics Configuration

Using a config importerarrow-up-right, Kafka's topics are imported to Kafka. The topics are specified using the KAFKA_TOPICS environment variable, and must be of syntax:

topic or topic:partition:replicationFactor

Using topics 2xx, 3xx, and metrics (partition=3, replicationFactor=1) as an example, we would declare:

KAFKA_TOPICS=2xx,3xx,metrics:3:1

where topics are separated by commas.

hashtag
Accessing Kafdrop

Kafdrop -

http://127.0.0.1:9013/arrow-up-right