/health returns 404 in versions >= 0.17.0 #1222
-
I assume I must be doing something wrong, but I'm not sure what it could be. I've been trying to use AKHQ for my kafka cluster, but have trouble with any version >= 0.17.0 I was trying to do this in AWS through ECS and fargate and kept getting this same issue with the health check, so decided to try to figure it out locally first. Same thing. If I do:
and then:
I get a 200, as expected. As soon as I upgrade to 0.17.0 (or any version thereafter) and do that same call, I get a 404. Here's my yml file:
My most recent cluster uses IAM for authentication, but I experienced the same issue over plaintext. Doesn't seem that the actual connection to the kafka cluster matters for the health check anyway. I didn't want to open a bug, because I suspect this is an issue on my end. I just can't seem to figure it out. Do I need to add something to the config file in order to enable the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The port have changed between this version, now it's |
Beta Was this translation helpful? Give feedback.
-
I'm getting this error for port 28081 also, can we get a full example of the correct probe settings? |
Beta Was this translation helpful? Give feedback.
The port have changed between this version, now it's
curl http://localhost:28080/health