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

Introduce spring boot auto configuration #9

Open
sflandergan opened this issue Oct 10, 2019 · 4 comments · May be fixed by #11
Open

Introduce spring boot auto configuration #9

sflandergan opened this issue Oct 10, 2019 · 4 comments · May be fixed by #11

Comments

@sflandergan
Copy link
Member

There should be an auto configuration creating the health check and properties as beans.
The beans should only be created when no bean of same type have been found (conditional bean creation).
The health check properties should be configurable with application properties

@Anubhav007
Copy link

Do you mean configuring the spring boot actuator endpoints?

@sflandergan
Copy link
Member Author

No I mean automatically configuring a KafkaConsumingHealthIndicator bean, when importing this maven dependency. Right now the integrating application has to create it manually.

@tias79
Copy link

tias79 commented Oct 12, 2019

I can have a look at this one!

@tias79 tias79 linked a pull request Oct 12, 2019 that will close this issue
@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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants