Can not connect to kafka brokers but zookeepers are still

0

My msk service are running well until recently kafka brokers cannot be connected but zookeepers are still connected successfully.

I also double checked VPC, It's same. Eventually restart all brokers

I tried these commands below

telnet broker_dns_1 9092  
#=> Trying ip...  
telnet: Unable to connect to remote host: Connection refused  
  
telnet zookeeper_dns_1 2181  
#=> Trying ip...  
connected to zookeeper_dns  

Because response of telnet broker_dns command are so fast, I guess they can be blocked by some rules. have you guys encountered this issue or known the root cause ?

Edited by: taisytran on Jan 17, 2021 8:50 PM

Edited by: taisytran on Jan 17, 2021 8:50 PM

asked 3 years ago846 views
2 Answers
0

I double checked broker status on my monitoring tool.

Broker state is 2: Recovering from Unclean Shutdown extends Broker States (https://docs.itrsgroup.com/docs/geneos/5.3.0/Integrations/Kafka/kafka_monitoring_tr.html)

follow this page, I guess my brokers are stuck on this state

answered 3 years ago
0

I've resolved, out of storage problem

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions