RockteMQ-AI commented on issue #2680: URL: https://github.com/apache/rocketmq-dashboard/issues/2680#issuecomment-5452935534
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Root Cause:** After paginated Topic/Consumer deletion, the UI inventory list is not refreshed to reflect the removal. The frontend likely caches the current page without invalidating on delete mutations. **Impact:** Users see stale data after deletion operations, leading to confusion and potential duplicate-delete attempts. **Severity:** Medium — UX issue, no data loss, but undermines operator confidence. This is a standard cache invalidation / optimistic update issue in paginated UIs. The fix should ensure the inventory query is re-triggered after successful deletion, with proper page boundary handling (e.g., if the last item on a page is deleted, show the previous page). --- *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]
