From 7f7b91505d25f215f33bb365be09545937fdf940 Mon Sep 17 00:00:00 2001 From: Elena Felder <41136058+elefeint@users.noreply.github.com> Date: Mon, 16 Sep 2019 12:21:02 -0400 Subject: [PATCH] Mention Spring Cloud Stream integration in doc (#204) * Mention Spring Cloud Stream integration in doc * Add link to spring cloud stream Fixes gh-203 --- docs/src/main/asciidoc/sagan-index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/sagan-index.adoc b/docs/src/main/asciidoc/sagan-index.adoc index 3d4d84a..d56dc83 100644 --- a/docs/src/main/asciidoc/sagan-index.adoc +++ b/docs/src/main/asciidoc/sagan-index.adoc @@ -1,5 +1,5 @@ -Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. The only implementation currently is with an AMQP broker as the transport, but the same basic feature set (and some more depending on the transport) is on the roadmap for other transports. +Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. AMQP and Kafka broker implementations are included with the project. Alternatively, any link:https://spring.io/projects/spring-cloud-stream[Spring Cloud Stream] binder found on the classpath will work out of the box as a transport. ## Getting Started As long as Spring Cloud Bus AMQP and RabbitMQ are on the