Revert "Add Kafka health indicator"
Closes gh-12225
This commit is contained in:
@@ -1272,8 +1272,6 @@ content into your application. Rather, pick only the properties that you need.
|
||||
management.health.elasticsearch.response-timeout=100ms # 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.
|
||||
|
||||
@@ -576,9 +576,6 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|
||||
|{sc-spring-boot-actuator}/jms/JmsHealthIndicator.{sc-ext}[`JmsHealthIndicator`]
|
||||
|Checks that a JMS broker is up.
|
||||
|
||||
|{sc-spring-boot-actuator}/kafka/KafkaHealthIndicator.{sc-ext}[`KafkaHealthIndicator`]
|
||||
|Checks that a Kafka server is up.
|
||||
|
||||
|{sc-spring-boot-actuator}/mail/MailHealthIndicator.{sc-ext}[`MailHealthIndicator`]
|
||||
|Checks that a mail server is up.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user