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

getAttachment(key) will retutn null cause key will change to lowcase in grpc #11019

Open
vio-lin opened this issue Nov 24, 2022 · 4 comments
Open
Assignees

Comments

@vio-lin
Copy link
Contributor

vio-lin commented Nov 24, 2022

Ask your question here

has any one find this case?
when i use attachment to transport attachemt from client to service such as Key1:Value1
and in service i should use key1 to get real value.

@AlbumenJ
Copy link
Member

Triple protocol or grpc protocol?

@kimmking
Copy link
Member

and which version of dubbo?

@EarthChen
Copy link
Member

This is caused by the http2 protocol, which only supports lowercase headers, and the current triple protocol already supports this feature

@vio-lin
Copy link
Contributor Author

vio-lin commented Dec 2, 2022

grpc protocol and in dubbo 2.7.10.

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

No branches or pull requests

4 participants