deviceinsight / kafka-health-check

Health Check for Apache Kafka
Apache License 2.0
33 stars 16 forks source link

Introduce spring boot auto configuration #9

Open sflandergan opened 4 years ago

sflandergan commented 4 years ago

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 commented 4 years ago

Do you mean configuring the spring boot actuator endpoints?

sflandergan commented 4 years ago

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

tias79 commented 4 years ago

I can have a look at this one!

bvn13 commented 2 years ago

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