RockteMQ-AI commented on issue #1321:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1321#issuecomment-5232185357

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid issue. Managed instance names are accepted without trimming, 
allowing leading/trailing whitespace to persist. This can produce visually 
duplicated names and inconsistencies between list/search/audit input and stored 
values.
   
   **Root Cause:** `InstanceService` does not normalize (trim) instance display 
names at the service boundary before persistence.
   **Impact:** Data quality issue in multi-instance management — 
whitespace-prefixed/suffixed names can cause confusion and duplicate entries.
   **Severity:** Low-Medium — input validation gap, no data corruption but 
affects UX.
   
   PR #1322 addresses this. The fix approach (trim at service boundary + 
regression tests) is correct.
   
   ---
   *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