Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to samples in dataflow micro site #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down