* Migrate Structure * Insert explicit ids for headers * Remove unnecessary asciidoc attributes * Copy default antora files * Fix indentation for all pages * Generate a default navigation * Remove includes * Enable Section Summary TOC for small pages * WIP * Additional antora migration * Additional antora migration --------- Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
10 lines
519 B
Plaintext
10 lines
519 B
Plaintext
[[spring-cloud-bus-intro]]
|
|
= Introduction
|
|
|
|
Spring Cloud Bus links the nodes of a distributed system with a lightweight message
|
|
broker. This broker can then be used to broadcast state changes (such as configuration
|
|
changes) or other management instructions. A key idea is that the bus is like a
|
|
distributed actuator for a Spring Boot application that is scaled out. However, it can
|
|
also be used as a communication channel between apps. This project provides starters for
|
|
either an AMQP broker or Kafka as the transport.
|