您的当前位置:首页正文

spring cloud bus 和 spring cloud stream 的使用场景

2024-11-30 来源:个人技术集锦

spring cloud bus

1、广播,例如:配置统一管理

2、监控

spring cloud stream

spring cloud stream介绍: http://www.jianshu.com/p/fb7d11c7f798

Spring Cloud Stream is a framework for building message-driven microservice applications.?
官方定义 Spring Cloud Stream 是一个构建消息驱动微服务的框架。
显示全文