AW: AW: Problem with replication?!

2020-07-08 Thread Sebastian Schabbach
. Could you tell me what's the correct config will look like? Kind regards, Sebastian -Ursprüngliche Nachricht- Von: Ricardo Ferreira [mailto:rifer...@riferrei.com] Gesendet: Wednesday, 8 July 2020 16:20 An: s.schabb...@fluent-software.de; users@kafka.apache.org Betreff: Re: AW: Problem

Re: AW: Problem with replication?!

2020-07-08 Thread Ricardo Ferreira
Hi Sebastian, Something you can investigate here is which value has been set to the configuration property `advertised.listeners`. Your client is trying to establish a connection over the 9092 port using the `127.0.0.1` interface. Check if this is a valid listener for the Kafka broker. Thank

AW: Problem with replication?!

2020-07-08 Thread s.schabbach
Hi, Al right, I am running kafka from an Debian Linux operating system – no docker images are involved. I just can exclude any problems with my producer application – the following command fails too: /home/kafka/kafka/bin/kafka-topics.sh --list --bootstrap-server 127.0.0.1:9092 Error wh