From 435c3f8af97f94a650cc7c8e115bf1d4a0a29f00 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 18 Dec 2019 15:16:58 +0100 Subject: [PATCH] GH-1871 Added Artem's post to Spring Integration section Resolves #1871 --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index fc4c66a62..2547e5252 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -922,6 +922,9 @@ The resulting function is bound to the input and output destinations exposed by IMPORTANT: Please refer to <> section to understand the naming convention used to establish _binding names_ used by such application. +For more details on interoperability of Spring Integration and Spring Cloud Stream specifically around functional programming model +you may find https://spring.io/blog/2019/10/25/spring-cloud-stream-and-spring-integration[this post] very interesting, as it dives a bit deeper +into various patterns you can apply by merging the best of Spring Integration and Spring Cloud Stream/Functions. ==== Annotation-based support (legacy) As mentioned earlier you can also use Spring Integration annotations based configuration or