[BUG] 当使用 producer message.getUserProperty 存时,consumer 取出来值后面拼了一段字符串
Before Creating the Bug Report
-
[X] I found a bug, not just asking a question, which should be created in GitHub Discussions.
-
[X] I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
-
[ ] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Linux
RocketMQ version
skip
JDK Version
1.8
Describe the Bug
-
当 producer 往 Message 存自定义属性时。
-
然后 consumer 从 message 中取自定义属性时,自动再值后面拼了一串字符串。
Steps to Reproduce
无
What Did You Expect to See?
无
What Did You See Instead?
无
Additional Context
无
Which version of RocketMQ is it?
rocketmq server version: 4.9.4
It seems that rocketmq does not append extra information from the code.
Do you use rocketmq-spring or Skywalking?
There are some issues related to your problem that you could reference.
https://github.com/apache/rocketmq/issues/3331
https://github.com/apache/skywalking-java/pull/54
Take a look at the starting parameters of the process, is there any other agent?