Can someone point out how to setup kafka with docker? I have tried every tutorial I could find and I got the same error:
Can't resolve YYYYYYY:PORT adress where YYYYYYY is the container id
I tried using kafka listeners, kafka advertised host name, kafka port and kafka advertised listeners enviroment variables but nothing worked. I mapped all ports 9092:9092 and 2181:2181.
If someone has a working Dockerfile with kafka I would apreaciate it.