conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.24k stars 1.25k forks source link

No resolvable bootstrap urls given in bootstrap.servers #46

Closed Shashank0719 closed 5 years ago

Shashank0719 commented 5 years ago

Hi I have followed your instructions. But I am unable to make my connect up. Its exiting with error: Removing server monitoring-kafka:29092 from bootstrap.servers as DNS resolution failed for monitoring-kafka. monitoring-kafka is my kafka advertised host name. Could you suggest on it?

version: '3.4' services: kafka-connect: image: confluentinc/cp-kafka-connect:4.4.0 hostname: connect networks:

Shashank0719 commented 5 years ago

Hi Everyone,

Problem resolved after giving it a another name and building again the image.