lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors
https://lenses.io
Apache License 2.0
2.02k stars 333 forks source link

Brokers using 9092 despite setting BROKER_PORT=7092 #101

Open keithdotpower opened 5 years ago

keithdotpower commented 5 years ago

Hi there, I've been using landoop for a while and it's been working great, thanks for the hard work. Now I need to change the port the container uses for Kafka but can't get it working. When I pass in BROKER_PORT=7092 and expose 7092 on host port 7092 that works fine, but when I try connect from another program I can see my client try connect to 9092 despite not being given that port. Any idea what I might be doing wrong? I have no problem with ADV_HOST, I'm setting that correctly and everything works fine. It's just BROKER_PORT I can't get to work. Many thanks, Keith