Frun1na opened a new pull request, #4916:
URL: https://github.com/apache/rocketmq-dashboard/pull/4916

   ### Which Issue(s) This PR Fixes
   
   - Fixes #(issue to be linked)
   
   ### Brief Description
   
   `loadConsumerGroupPage` guards its error toast on the request id but ignores 
the `silent` flag: a background auto-refresh tick (2s interval) that fails pops 
`consumer.fetchListFailed` on every tick until the backend recovers. The toast 
is now emitted only for user-initiated loads, matching how the same page 
already treats the silent diagnostics refresh.
   
   ### How Did You Test This Change?
   
   ```
   cd web && npx vitest run src/pages/instance/__tests__/ConsumerPage.test.tsx 
-t auto-refresh
   
   Test Files  1 passed (1)
        Tests  3 passed (3)
   ```
   


-- 
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