diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 1fb545751..9ae8097af 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -2091,6 +2091,10 @@ spring.cloud.stream.defaultBinder=test Spring Cloud Stream provides a health indicator for binders. It is registered under the name of `binders` and can be enabled or disabled by setting the `management.health.binders.enabled` property. +If `management.health.binders.enabled` is `false`, then no health indicator is shown on `/health`. +Setting `management.health.binders.enabled` to `true` enables the health indicator. +When you use the `/health` endpoint, you can retrieve the binder health indicators. +Health indicators are binder-specific and certain binder implementations may not necessarily provide a health indicator. == Metrics Emitter