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
topic
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.
Kafdrop - http://127.0.0.1:9013/arrow-up-right
Last updated 2 years ago
Was this helpful?