-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature : multi-version protocol control #5738
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bughue
changed the title
[discuss]multi-version protocol control
[WIP]multi-version protocol control
Nov 15, 2023
updated:
更新:
|
# Conflicts: # serializer/seata-serializer-seata/src/main/java/io/seata/serializer/seata/SeataSerializer.java
Bughue
changed the title
[WIP]multi-version protocol control
feature : multi-version protocol control
Nov 30, 2023
mock server拆分 #6205 |
当前版本测试 拆分 #6207 |
多版本序列化拆分 #6208 |
rpcmessage拆分 #6209 |
完整支持多版本 #6226 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
#5628
protocol的version和 codec的version完全同步,他们具有相同的含义,比如v1,v2
已确定问题:
--- 区分rpcMessage和ProtocolRpcMessage,其中rpcMessage继续服务于所有的业务代码,所以不受影响
--- 暂时就按这个处理
---新增mock server,用来做协议的测试
未确定问题:
Ⅱ. Does this pull request fix one issue?
fixes #6035
discussion : #5628
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews