RockteMQ-AI commented on issue #1392: URL: https://github.com/apache/rocketmq-dashboard/issues/1392#issuecomment-5236148571
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The bug is valid. The `updateTopic` endpoint accepts `topicType` and `remark` fields in the request body but does not include them in the persistence call. After a topic update, these fields retain their previous values (or remain empty), even though the API response may suggest success. **Root Cause:** `topicType` and `remark` are deserialized from the request but not passed to the repository/service layer during update. **Impact:** Topic metadata (type classification and description) cannot be updated through the dashboard UI. **Severity:** Medium — data loss on topic updates; operators cannot set or change topic type/remark. Including `topicType` and `remark` in the persistence call (as proposed) is the correct fix. --- *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]
