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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid bug in the TopicValidator. The issue correctly identifies 
that the validator rejects V2 retry topic names containing the `+` separator 
introduced by KeyBuilder, even though these are legitimate system-generated 
names.
   
   **Root Cause:** The TopicValidator pattern does not account for the `+` 
character used in V2 retry topic naming convention.
   
   **Impact:** V2 retry topics with `+` separators are incorrectly rejected, 
breaking the retry mechanism for affected topics.
   
   **Severity:** Medium-High - affects retry topic functionality for V2 naming 
convention.
   
   **Assessment:** The fix should update the TopicValidator pattern to accept 
`+` in retry topic names, or use a more permissive validation for 
system-generated topic names.
   
   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