divolte-kafka-druid-superset
divolte-kafka-druid-superset copied to clipboard
Task not creating
When loading the supervisor-spec.json the task does not get created in druid. No error messages or anything.
I run into the same trouble. Please fix the file 'docker-compose.yml' in line 21. If I remove 'localhost' and run 'docker-compose' as described within the blog it works for me
old line:
- KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,PLAINTEXT_HOST://localhost:9092
new line:
- KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,PLAINTEXT_HOST://:9092