From b28cf627b4f847440827d9fff06292d68ae9a4bf Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Wed, 6 Apr 2016 20:53:27 -0400 Subject: [PATCH] Minor --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index ce14fb7d2..7f061af9f 100644 --- a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -124,7 +124,7 @@ For more complex use cases, you can also package multiple binders with your appl Communication between applications follows a publish-subscribe model, where data is broadcast through shared topics. This can be seen in the following figure, which shows a typical deployment for a set of interacting Spring Cloud Stream applications. -.Spring Cloud Stream Application topologies +.Spring Cloud Stream Publish-Subscribe image::SCSt-sensors.png[width=300,scaledwidth="50%"] Data reported by sensors to an HTTP endpoint is sent to a common destination named `raw-sensor-data`.