Seata multi-version protocol control design and discuss #5628
Bughue
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1 背景
2 新旧版本协议结构分析
分布式事务SEATA 新旧通信协议结构分析
3 改造思路概述
当前的第一个目标,应该是新版本的seata-server可以和旧版本的client通信(如果要做新版本的client能和旧版本的server通信道理也类似),我认为我们需要做的是以下几件事
第二个目标,是协议扩展性优化
4 协议结构兼容设计
4.1 协议结构兼容设计
4.2 扩展性设计优化
5 改造前后流程对比(服务端接收)
流程图

说明
6 改造前后流程对比(服务端发送)
流程图

说明
7 PR
Beta Was this translation helpful? Give feedback.
All reactions