Skip to content

Kafka Integration

Stream DNS traffic into an Apache Kafka topic.

  1. Download and start the Kafka Docker Compose stack:
  2. Kafka docker-compose.yml

    docker compose up -d
    

  3. Open the Kafka UI at http://127.0.0.1:8080 to verify the dnscollector topic is active.

  4. Run DNS-collector with the Kafka integration configuration:

  5. Kafka config.yml
    ./dnscollector -config docs/_integration/kafka/config.yml