remove kafka health check
This commit is contained in:
parent
449392e171
commit
49647ebd97
2 changed files with 0 additions and 6 deletions
5
pom.xml
5
pom.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue