Mention Spring Cloud Stream integration in doc (#204)

* Mention Spring Cloud Stream integration in doc

* Add link to spring cloud stream

Fixes gh-203
This commit is contained in:
Elena Felder
2019-09-16 12:21:02 -04:00
committed by Spencer Gibb
parent 737025033b
commit 7f7b91505d

View File

@@ -1,5 +1,5 @@
Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. The only implementation currently is with an AMQP broker as the transport, but the same basic feature set (and some more depending on the transport) is on the roadmap for other transports.
Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. AMQP and Kafka broker implementations are included with the project. Alternatively, any link:https://spring.io/projects/spring-cloud-stream[Spring Cloud Stream] binder found on the classpath will work out of the box as a transport.
## Getting Started
As long as Spring Cloud Bus AMQP and RabbitMQ are on the