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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase.
   
   **Root Cause:** After a topic is created via `POST /topics`, the frontend 
does not trigger a refresh of the paginated topic list. The backend correctly 
persists the new topic, but the UI continues to display the stale page. Users 
must manually refresh to see the new topic.
   
   **Impact:** Minor UX issue — users may think topic creation failed when it 
actually succeeded.
   
   **Severity:** low (cosmetic; no data loss or functional impact)
   
   **Verification:** The backend endpoints (`TopicController.listTopicsPage` at 
line 52, `MetadataService.listTopicsPage` at line 83) correctly return 
paginated results including newly created topics. The issue is in the frontend 
not calling the list endpoint after a successful create.
   
   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