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
具体代码如下,其中的强转String会产生该问题: requestMeta.addExtFieldsBuilder().setKey(kv.getKey()).setValue((String) kv.getValue());
The text was updated successfully, but these errors were encountered:
目前brpc协议的extField默认只支持String类型,请问你是使用了别的类型吗? 或者能提供个复现的代码吗?
Sorry, something went wrong.
是的,我当时用了非string 类型
Reason94
No branches or pull requests
具体代码如下,其中的强转String会产生该问题:
requestMeta.addExtFieldsBuilder().setKey(kv.getKey()).setValue((String) kv.getValue());
The text was updated successfully, but these errors were encountered: