Skip to content

Producer与Consumer之间存在耦合的分布式事务解决方案

Compare
Choose a tag to compare
@songxinjianqwe songxinjianqwe released this 27 Mar 07:33
· 3 commits to master since this release
feaa09e

Producer获取Consumer的新的消息状态是使用RPC调用的方式,这就要求Producer必须知道它的Consumer是谁,也势必要引入Consumer的API包,这不是一种好的设计。