diff --git a/docs/src/main/asciidoc/integrations.adoc b/docs/src/main/asciidoc/integrations.adoc index 5e3a366b4..94ad7db40 100644 --- a/docs/src/main/asciidoc/integrations.adoc +++ b/docs/src/main/asciidoc/integrations.adoc @@ -459,6 +459,8 @@ For a reactive `Consumer>>` remember to manually close the span } ---- +For Sleuth to work with a reactive `Supplier` (e.g. `Supplier>>`) you must fall back to Spring Integration based instrumentation by setting `spring.sleuth.integration.enabled` to `true`. + You can disable Spring Cloud Stream integration by setting the value of `spring.sleuth.function.enabled` to `false`. If you want to fully control the life cycle of spans within the reactive messaging context of Spring Cloud Stream