From 7d3323b85073ffb949942fb216831a6fca8de417 Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Sat, 17 Sep 2016 12:32:58 -0400 Subject: [PATCH] Update README.adoc --- README.adoc | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 817725b2e..bebffb335 100644 --- a/README.adoc +++ b/README.adoc @@ -1,9 +1,25 @@ -Spring Cloud Stream Starters are curated sets of dependencies focused on a particular type of workload. -Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for. -(See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include: +== What is this? -* spring-cloud-starter-stream-kafka -* spring-cloud-starter-stream-rabbit +This is the repository for the Spring Cloud Stream Release Train. + +It contains projects for maintaining; + +* the curated dependencies list of the release train; +* the aggregated documentation of the release train; + +== Release Train Contents + +The release train contains: + +* the Spring Cloud Stream core; +* supported binder implementations; + +=== 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 == Contributing