From 63c515417d8826f29cc3f2089647cbbd181ae5ae Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Thu, 25 Aug 2016 14:45:23 -0400 Subject: [PATCH] Update README --- README.adoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 791ce6a28..441f571ad 100644 --- a/README.adoc +++ b/README.adoc @@ -2,6 +2,18 @@ This project allows a user to develop and run messaging microservices using Spring Integration and run them locally or in the cloud. Just add `@EnableBinding` and run your app as a Spring Boot app (single application context). +Since version 1.1, Spring Cloud Stream follows a decentralized model where the core components and the binder implementations are developed and released separately. +This repository contains the core components of the project and does not contain any binder implementations. + +Information on the Spring Cloud Stream release train can be found here: https://github.com/spring-cloud/spring-cloud-stream-starters/wiki#release-notes. + +=== Binder implementations + +The following binder implementations are currently available: + +* *Kafka* https://github.com/spring-cloud/spring-cloud-stream-binder-kafka +* *RabbitMQ* https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit + === Documentation The latest documentation for the project can be found http://docs.spring.io/spring-cloud-stream/docs/current-SNAPSHOT/reference/htmlsingle/[here]. @@ -12,8 +24,6 @@ For Spring Cloud Stream samples, take a look to the https://github.com/spring-cl === Contributing -// TODO point to ref doc section - We love contributions. Follow this https://github.com/spring-cloud/spring-cloud-commons#contributing[link] for more information on how to contribute. == Code of Conduct