Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Health-check prints "cannot fetch metadata. No topics created?" after kafka has been restarted #38

Open
fedotxxl opened this issue Aug 15, 2019 · 0 comments

Comments

@fedotxxl
Copy link

Hello. I'm testing your health check:

  1. Start kafka
  2. Start health check
  3. It prints 200 {"broker":0,"status":"sync"}
  4. Stop kafka
  5. It prints 500 {"status": "nook"}
  6. Start kafka.
  7. Health check still prints {"status": "nook"} and logs metadata could not be retrieved, assuming broker unhealthy: cannot fetch metadata. No topics created?
  8. After health check restart it prints 200 {"broker":0,"status":"sync"}

Why is it still has unhealthy state? kafka_2.12-2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant