kafka-websocket
kafka-websocket copied to clipboard
Can't run docker
docker build gives error related to mvn plugins.
I tried by pulling the image, When running the 'docker run' command on mac, it gives the following error knowing I do have kafka running fine locally.
$ docker run -it -p 7080:7080 timwaizenegger/kafka-websocket ERROR 19:19:07,928 Failed to start the server: DNS resolution failed for url in bootstrap.servers: kafka:9092
I have the same problem.. any ideas?.. its the dns resolution 'inside' the docker image..? i put 'kafka' in hosts /etc/hosts file pointing to localhost/127.0.0.1 .. but it does not help.. so..