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
report bug. RocketMQ agent plugin tracing lost property separator, when the message has properties.
TAGS�xxxterminus-request-spanid�xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
TAGS�xxx�terminus-request-spanid�xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
code: cloud.erda.agent.plugin.rocketmq.v4.MessageSendInterceptor:87
SendMessageRequestHeader requestHeader = (SendMessageRequestHeader) context.getArguments()[3]; StringBuilder properties = new StringBuilder(requestHeader.getProperties()); for (Map.Entry<String, String> entry : map.entrySet()) { if (entry.getValue() == null) { continue; } properties.append(entry.getKey()) .append(MessageDecoder.NAME_VALUE_SEPARATOR) .append(entry.getValue()) .append(MessageDecoder.PROPERTY_SEPARATOR); }
The text was updated successfully, but these errors were encountered:
[fix][plugin-rocketmq] Fix agent tracing lost property separator (erd…
73f3193
…a-project#93)
[fix][plugin-rocketmq] Fix agent tracing lost property separator (#93) (
4634069
#94)
No branches or pull requests
report bug.
RocketMQ agent plugin tracing lost property separator, when the message has properties.
The text was updated successfully, but these errors were encountered: