Local Development
Last updated
Was this helpful?
Last updated
Was this helpful?
, Kafka's topics are imported to Kafka. The topics are specified using the , 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.
Kafdrop -