This commit is contained in:
Marius Bogoevici
2016-04-06 20:53:27 -04:00
parent e9e36dbbd9
commit b28cf627b4

View File

@@ -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`.