yuluo-yx opened a new issue, #2154: URL: https://github.com/apache/rocketmq-dashboard/issues/2154
## Affected branch rocketmq-studio at 737a7b4d ## Problem Topic message batch-paste parsing silently skips non-empty tokens without an equals sign or with an empty key. Duplicate keys overwrite earlier values. A user can paste several intended properties, receive no validation error, and send a message with a reduced or changed property set. ## Expected behavior Malformed and duplicate property entries should produce explicit validation errors and prevent sending. Valid values should preserve every character after the first equals sign. ## Reproduction Paste traceId=abc followed by tenant and another traceId entry, then send the message. -- 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]
