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. (org.apache.kafka.clients.NetworkClient)

It is true that 169.254 addresses are link-local but they are not the same
machine, it is another machine linked through a thunderbolt cable.

Even kafkacat tries to connect to localhost.

Why would all the tools attempt localhost instead of indicated 169.254 IP?

Thanks

On Sat, 4 Jul 2020 at 15:02, Dumitru-Nicolae Marasoui <
nicolae.maras...@kaluza.com> wrote:

> 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=console-consumer-89456]
> Connection to node 2147483646 (localhost/127.0.0.1:9092) could not be
> established. Broker may not be available.
> (org.apache.kafka.clients.NetworkClient)
>
> Pls help, thanks
>
> --
>
> Dumitru-Nicolae Marasoui
>
> Software Engineer
>
>
>
> w kaluza.com <https://www.kaluza.com/>
>
> LinkedIn <https://www.linkedin.com/company/kaluza> | Twitter
> <https://twitter.com/Kaluza_tech>
>
> Kaluza Ltd. registered in England and Wales No. 08785057
>
> VAT No. 100119879
>
> Help save paper - do you need to print this email?
>


-- 

Dumitru-Nicolae Marasoui

Software Engineer



w kaluza.com <https://www.kaluza.com/>

LinkedIn <https://www.linkedin.com/company/kaluza> | Twitter
<https://twitter.com/Kaluza_tech>

Kaluza Ltd. registered in England and Wales No. 08785057

VAT No. 100119879

Help save paper - do you need to print this email?

Reply via email to