fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

Brokers using 9092 despite setting BROKER_PORT=7092

Open keithdotpower opened this issue 6 years ago • 0 comments

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

keithdotpower avatar Mar 04 '19 15:03 keithdotpower