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

   ## Summary
   - sequence consumer group settings requests so only the latest modal can 
update the form
   - invalidate pending settings requests when the detail modal closes
   - ignore stale success, error, and loading callbacks and reset loading state 
on close
   - cover an out-of-order response across two consumer groups
   
   ## Why
   A delayed response for a previously closed group could overwrite the 
settings form of the group currently open. Saving then risked applying the old 
group's retry values to the current group.
   
   ## Tests
   - targeted ConsumerPage retry-settings and stale-response tests (2 tests 
passed)
   - `npm run build`
   
   Fixes #2634
   


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