Interim index.html update

This commit is contained in:
Oleg Zhurakousky
2018-04-09 19:49:09 -04:00
parent ea8195a892
commit ef1d5f8b39

View File

@@ -55,7 +55,8 @@ provides the basis to create stream processing applications and is highly custom
{% include download_widget.md %}
As long as Spring Cloud Stream and a Spring Cloud Stream Binder dependencies are on the classpath any Spring Boot application with `@EnableBinding` binds to the external
messaging system (e.g. Rabbit MQ or Apache Kafka, depending on the binder-implementation of choice).
messaging system (e.g. [Rabbit MQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit) or [Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka),
depending on the binder-implementation of choice).
For more comprehansive step-by-step _getting started_ experience please refer to the
[Quick Start](https://docs.spring.io/spring-cloud-stream/docs/Elmhurst.RELEASE/reference/htmlsingle/#_quick_start) section of the user guide, otherwise. . .