HScarb edited a comment on issue #3331: URL: https://github.com/apache/rocketmq/issues/3331#issuecomment-947407514
After debugging rocketmq 4.9.1 and skywalking 8.x, I found out the reason.  It is because this PR of rocketmq https://github.com/apache/rocketmq/pull/2961 https://github.com/apache/rocketmq/blob/fb8bc64e2a2551e76da24cb6af0fb3e5f986f8b3/common/src/main/java/org/apache/rocketmq/common/message/MessageDecoder.java#L442-L444 here add some new codes to delete the last `PROPERTY_SEPARATOR` of `properties`, however skywalking interceptor not expecting it. I'll post a PR for skywalking soon to solve this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
