@ -43,37 +44,35 @@ public class KafkaHealthIndicator extends AbstractHealthIndicator {
@@ -43,37 +44,35 @@ public class KafkaHealthIndicator extends AbstractHealthIndicator {
@ -85,5 +84,6 @@ public class KafkaHealthIndicator extends AbstractHealthIndicator {
@@ -85,5 +84,6 @@ public class KafkaHealthIndicator extends AbstractHealthIndicator {
@ -1271,6 +1271,8 @@ content into your application. Rather, pick only the properties that you need.
@@ -1271,6 +1271,8 @@ content into your application. Rather, pick only the properties that you need.
management.health.elasticsearch.response-timeout=100ms # The time to wait for a response from the cluster.
management.health.influxdb.enabled=true # Whether to enable InfluxDB health check.
management.health.jms.enabled=true # Whether to enable JMS health check.
management.health.kafka.enabled=true # Whether to enable Kafka health check.
management.health.kafka.response-timeout=1000ms # Time to wait for a response from the cluster description operation.
management.health.ldap.enabled=true # Whether to enable LDAP health check.
management.health.mail.enabled=true # Whether to enable Mail health check.
management.health.mongo.enabled=true # Whether to enable MongoDB health check.
@ -572,6 +572,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
@@ -572,6 +572,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr