Part VI. Spring Cloud Bus

Spring Cloud Bus 使用轻量级消息 broker 链接分布式系统的节点。然后可以使用它来 broadcast state 更改(e.g .configuration 更改)或其他 management 指令。 key idea 是 Bus 就像一个分布式 Actuator,用于扩展的 Spring Boot application,但它也可以用作应用程序之间的通信 channel。 Starters 是为 AMQP broker 提供的传输或 Kafka,但是相同的基本特征集(以及一些更多取决于传输)是其他传输的路线图。

Spring Cloud 在 non-restrictive Apache 2.0 license 下发布。如果您想为文档的这一部分做出贡献,或者如果您发现错误,请在github 上找到项目中的 source code 和问题跟踪器。