Kafka Consumer Marking the coordinator 2147483647 dead

后端 未结 6 584
醉话见心
醉话见心 2021-02-04 00:46

I am using Kafka Server 0.9 with consumer kafka-client version 0.9 and kafka-producer 0.8.2.

Every thing is working great except i am getting lot of info that the coordi

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-04 01:25

    I have faced the same issue. Finally after follow Shannon recommendation about TRACING logs, I used:

    logging.level.org.apache.kafka=TRACE
    

    To find out that my client was trying to resolve Euler:9092 as coordinator... Local name!! So I commented out and changed listeners and advertised.listeners values in server.properties file. It is working now! :-)

提交回复
热议问题