From d1bcc8f271fcd7cbc8a9c7cc1db13d0b01cba27c Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 14 Jun 2021 12:25:07 -0400 Subject: [PATCH] Update links to samples in dataflow micro site --- README.adoc | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index 9454136..9dced4d 100644 --- a/README.adoc +++ b/README.adoc @@ -8,17 +8,11 @@ the framework from the link:https://spring.io/projects/spring-cloud-stream[proje link:https://spring.io/projects/spring-cloud-stream#learn[documentation], and link:https://github.com/spring-cloud/spring-cloud-stream-samples[samples]. -=== Stream Processing with RabbitMQ -In the following guide, we develop three Spring Boot applications that use Spring Cloud Stream's support for RabbitMQ and deploy -them to Cloud Foundry, to Kubernetes, and on your local machine. +=== Stream Processing with RabbitMQ and Apache Kafka +In the following guide, we develop three Spring Boot applications that use Spring Cloud Stream's support for RabbitMQ and Apache Kafka and deploy them to Cloud Foundry, to Kubernetes, and on your local machine. +You can use the toggle on the UI docs to switch between RabbitMQ or Apache Kafka. -link:https://dataflow.spring.io/docs/stream-developer-guides/streams/standalone-stream-rabbitmq/[Stream Processing with RabbitMQ] - -=== Stream Processing with Apache Kafka -In the following guide, we develop three Spring Boot applications that use Spring Cloud Stream's support for Apache Kafka and deploy -them to Cloud Foundry, to Kubernetes, and on your local machine. - -link:https://dataflow.spring.io/docs/stream-developer-guides/streams/standalone-stream-kafka/[Stream Processing with Apache Kafka] +link:https://dataflow.spring.io/docs/stream-developer-guides/streams/standalone-stream-sample/[Stream Processing with RabbitMQ and Apache Kafka] == Summary Congratulations! You have completed Spring Cloud Stream's high-level overview, and you were able to build and test