RE: kafka-console-consumer.sh: --bootstrap-server not apparently taken into account?

2020-07-04 Thread JOHN, BIBIN
Please check what is configured in server.properties for below properties. Those properties cannot have localhost if your client process running on a different machine. listeners advertised.listeners -Original Message- From: Dumitru-Nicolae Marasoui Sent: Saturday, July 4, 2020 9:55

Re: kafka-console-consumer.sh: --bootstrap-server not apparently taken into account?

2020-07-04 Thread Dumitru-Nicolae Marasoui
Hello kafka community, Same with: ./bin/kafka-consumer-groups.sh --all-groups -describe --bootstrap-server= 169.254.212.189:9092 [2020-07-04 15:53:32,090] WARN [AdminClient clientId=adminclient-1] Connection to node 1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.

kafka-console-consumer.sh: --bootstrap-server not apparently taken into account?

2020-07-04 Thread Dumitru-Nicolae Marasoui
Hello kafka community, I am trying to consume from the 169.254.84.196 server: ./bin/kafka-console-consumer.sh --bootstrap-server 169.254.84.196:9092 --topic t But it seems it tries to connect locally: [2020-07-04 14:55:58,028] WARN [Consumer clientId=consumer-console-consumer-89456-1, groupId=co