前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Spring Cloud Stream的理解

Spring Cloud Stream的理解

原创
作者头像
CoffeeLand
修改2020-03-27 10:13:02
6760
修改2020-03-27 10:13:02
举报
文章被收录于专栏:CoffeeLandCoffeeLand

Table of Content

  • What is the Spring Could Stream?
  • How to understand the Spring Cloud Stream?
  • The annotaions using by Spring Cloud Stream.

What is the Spring Could Stream?

How to understand the Spring Cloud Stream?

Source: publish the message to a specific channel

Channel: messges sideway

Binder : a binder that can communicate with the messaging system such as the MQ and Kafka

Sink: listen a channel and process the incoming messages from channel

The whole workflow

when the client changes the state of the data, then publish the data to a channel, it will find the broker, add the message in queue inside the broker. And then the service b listen the channel and process the incoming message, then do the related logic

spring clound stream的流程
spring clound stream的流程

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Table of Content
  • What is the Spring Could Stream?
  • How to understand the Spring Cloud Stream?
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档