remove kafka health check

This commit is contained in:
gulnaz 2024-09-25 18:57:38 +03:00
parent 449392e171
commit 49647ebd97
2 changed files with 0 additions and 6 deletions

View file

@ -117,11 +117,6 @@
<groupId>org.springframework.kafka</groupId> <groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId> <artifactId>spring-kafka</artifactId>
</dependency> </dependency>
<dependency>
<groupId>io.github.leofuso</groupId>
<artifactId>actuator-kafka</artifactId>
<version>v3.0.2.0.RELEASE</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.retry</groupId> <groupId>org.springframework.retry</groupId>

View file

@ -62,4 +62,3 @@ spring.datasource.driver-class-name=org.postgresql.Driver
# endpoints management # endpoints management
management.endpoints.web.exposure.include = health, info, metrics management.endpoints.web.exposure.include = health, info, metrics
management.endpoint.health.show-details = always management.endpoint.health.show-details = always
management.endpoint.health.group.readiness.include = kafka