-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add Kafka health indicator #11435
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
Labels
status: superseded
An issue that has been superseded by another
Comments
Would you mind contributing a PR? |
@snicoll I would like to give a try. About help monitoring do you think we can use metric producer metrics or health scenario need to include produce and consume of health message? |
@Jcamilorada let's go with something basic first ("is Kafka up?"). We can refine later. Thanks! |
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Jan 5, 2018
- added kafka health indicator - added kafka health inidicator auto-configuration
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Jan 5, 2018
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Jan 5, 2018
- code review changes
Closing in favour of PR #11515 |
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Jan 8, 2018
- refactor code to create and destroy admin client when health monitoring
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Feb 1, 2018
- added support for replication factor
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Feb 1, 2018
Jcamilorada
added a commit
to Jcamilorada/spring-boot
that referenced
this issue
Feb 1, 2018
- fixed coding style
snicoll
added a commit
that referenced
this issue
Feb 8, 2018
* pr/11515: Polish "Add Kafka health indicator" Add Kafka health indicator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement a Kafka health indicator. Something similar to
org.springframework.boot.actuate.amqp.RabbitHealthIndicator
.The text was updated successfully, but these errors were encountered: