Remove duplicate KafkaStreams topology endpoint

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/895
This commit is contained in:
Soby Chacko
2020-10-22 12:30:47 -04:00
parent 5cdd8a09f9
commit 0a0d3a1057
3 changed files with 9 additions and 5 deletions

View File

@@ -1468,7 +1468,7 @@ Kafka Streams binder provides the following actuator endpoints for retrieving th
`/actuator/kafkastreamstopology`
`/actuator/kafkastreamstopology/<applicaiton-id of the processor>`
`/actuator/kafkastreamstopology/<application-id of the processor>`
You need to include the actuator and web dependencies from Spring Boot to access these endpoints.
Further, you also need to add `kafkastreamstopology` to `management.endpoints.web.exposure.include` property.