We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
当我使用 springboot 时,因为 springboot 按照 grpc 标准的 metadata 协议透传上下文信息,而 kitex 的 ServerMiddleware 只按照metainfo 进行读取,从而导致使用 springboot 时遇到问题
Describe the solution you'd like
添加 metadata的解析方法
Describe alternatives you've considered
当然也可以自己添加拦截器,我觉得可以考虑支持一下
Additional context
The text was updated successfully, but these errors were encountered:
Kitex gRPC metadata 这里的 metadata.FromIncomingContext 应该可以在 svr mw 里用的
metadata.FromIncomingContext
Sorry, something went wrong.
@Lansongxx 看下符合需求吗
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
当我使用 springboot 时,因为 springboot 按照 grpc 标准的 metadata 协议透传上下文信息,而 kitex 的 ServerMiddleware 只按照metainfo 进行读取,从而导致使用 springboot 时遇到问题
Describe the solution you'd like
添加 metadata的解析方法
Describe alternatives you've considered
当然也可以自己添加拦截器,我觉得可以考虑支持一下
Additional context
The text was updated successfully, but these errors were encountered: