[Bug]: Kafka Brokers metrics endpoint unresponsive on port 9094 #10134
Closed
marcogenualdo
started this conversation in
General
Replies: 2 comments 4 replies
-
Without knowing all the details, it is hard to really say what the cause it.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
So has it turns out, I had misread the port. It's 9404, not 9094. I think there's some tutorial out there saying it's 9094. I got confused. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
I've installed the strimzi operator on an Azure Kubernetes cluster, and deployed a kafka instance from the metrics example.
When trying to reach the metrics endpoint from one pod inside the cluster, the brokers don't answer. Here's an example using the IP of broker 0. Trying telnet on port 9092 first, works fine, then the metrics port 9094, broken, then an http call to the metrics endpoint, also broken.
Everything is fine with zookeeper pods, answering the http://:9404/metrics call fine.
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
3.7.0
Kubernetes version
1.27.9
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions