Skip to content
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

Protocol layer strongly relies on rpcmessage, which has implications for multi-version protocol adaptation. #6210

Open
Bughue opened this issue Dec 25, 2023 · 0 comments · May be fixed by #6209

Comments

@Bughue
Copy link
Contributor

Bughue commented Dec 25, 2023

Why you need it?

Is your feature request related to a problem? Please describe in details
encoder/decoder强依赖rpcmessage,在多版本协议改造场景里相当于要求每个版本的rpcmessage保持高度一致,这是不太可能的,为此需要处理他们的依赖关系,让协议解析层(encoder/decoder)的处理和rpcmessage无关
encoder/decoder strongly depends on rpcmessage, which in a multi-version protocol transformation scenario is equivalent to requiring a high degree of consistency between each version of rpcmessage, which is unlikely, and for this reason their dependency needs to be handled in a way that makes the protocol parsing layer's (encoder/decoder's) processing independent of rpcmessage

How it could be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.

Other related information

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant