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

Add Spring Boot auto configuration of actuator #11

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tias79
Copy link

@tias79 tias79 commented Oct 12, 2019

Added auto configuration of the KafkaHealthProperties and KafkaConsumingHealthIndicator beans, as long as they've not already been instantiated.

The entire auto configuration is conditional on AbstractHealthIndicator, which would be missing if the importing project would not have spring-boot-actuator-starter on its classpath.

Fixes #9

bvn13 pushed a commit to bvn13/kafka-health-check that referenced this pull request Jun 28, 2022
@bvn13
Copy link

bvn13 commented Jun 28, 2022

Hey! I have revived this repository and caught your request into https://github.com/bvn13/kafka-health-check
Take a look, please.

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

Successfully merging this pull request may close these issues.

Introduce spring boot auto configuration
2 participants