RockteMQ-AI commented on issue #11037:
URL: https://github.com/apache/rocketmq/issues/11037#issuecomment-5711118548

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid bug in the delay message delivery logic. The issue correctly 
identifies that delay messages are delivered with internal properties leaked 
into propertiesString.
   
   **Root Cause:** The ScheduleMessageService#messageTimeUp method does not 
properly filter out internal properties before delivery.
   
   **Impact:** Internal implementation details are exposed to consumers, 
breaking encapsulation and potentially causing confusion.
   
   **Severity:** Low-Medium - affects message property cleanliness, not 
functionality.
   
   **Assessment:** The fix should filter out internal properties (those 
starting with specific prefixes) before delivering delay messages.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by RockteMQ-AI*


-- 
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]

Reply via email to