divolte-kafka-druid-superset icon indicating copy to clipboard operation
divolte-kafka-druid-superset copied to clipboard

Task not creating

Open rakzcs opened this issue 4 years ago • 1 comments

When loading the supervisor-spec.json the task does not get created in druid. No error messages or anything.

rakzcs avatar Sep 16 '20 14:09 rakzcs

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

carstengithub avatar Oct 11 '21 13:10 carstengithub