rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[BUG] 当使用 producer message.getUserProperty 存时,consumer 取出来值后面拼了一段字符串

Open wang007 opened this issue 2 years ago • 5 comments

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

  1. 当 producer 往 Message 存自定义属性时。 Image_20231102220001

  2. 然后 consumer 从 message 中取自定义属性时,自动再值后面拼了一串字符串。 image

image

Steps to Reproduce

What Did You Expect to See?

What Did You See Instead?

Additional Context

wang007 avatar Nov 02 '23 14:11 wang007

Which version of RocketMQ is it?

humkum avatar Nov 03 '23 10:11 humkum

rocketmq server version: 4.9.4

wang007 avatar Nov 03 '23 10:11 wang007

It seems that rocketmq does not append extra information from the code.

drpmma avatar Nov 06 '23 02:11 drpmma

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

drpmma avatar Nov 06 '23 02:11 drpmma

Take a look at the starting parameters of the process, is there any other agent?

leizhiyuan avatar Feb 01 '24 06:02 leizhiyuan