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

Kafka cluster health checking #57

Open
gianm opened this issue May 1, 2015 · 1 comment
Open

Kafka cluster health checking #57

gianm opened this issue May 1, 2015 · 1 comment

Comments

@gianm
Copy link

gianm commented May 1, 2015

kafka-manager could assist with health-checking of kafka clusters in one of two ways:

  • Pull-based: Expose an http api with health-checks in it (probably a list of checks and their results). Some other system would poll the health-check periodically and alert if checks are failing.
  • Push-based: Actively reach out when a problem is detected, through some kind of pluggable interface. Two useful out of the box implementations might be emails and just simple error logging.

I'm partial to the pull-based checks since I think they're probably easier to integrate with existing monitoring stuff. Either way, I think good stuff to monitor could be taken from the list here: https://kafka.apache.org/082/ops.html

Some of the most interesting stuff is:

  • Broker availability (are they in ZK and can we connect over JMX?)
  • Under-replicated partitions
  • Unavailable partitions
@frossi85
Copy link

frossi85 commented Dec 2, 2016

Hi Guys,

What is the state of this?? I want to plug some alert system and this will help me a lot.

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

2 participants