unbridled-41 opened a new issue, #3993:
URL: https://github.com/apache/rocketmq-dashboard/issues/3993

   1. Please describe the feature you are requesting.
   
   The classic dashboard shipped a dedicated **skip accumulation** action 
(`POST /consumer/skipAccumulate.do`, 
`frontend-new/src/components/topic/SkipMessageAccumulateDialog.jsx` on the 
`master` branch) that resets a group's offsets for a topic to the latest 
position, so the group stops replaying an old backlog. Studio's consumer offset 
reset modal (`web/src/pages/instance/consumer.tsx`) only offers 
backward-looking presets (1/3/6/12 hours ago, 1/3 days ago) plus a manual time 
picker; jumping to the latest offsets requires the operator to hand-pick the 
current time.
   
   2. Provide any additional detail on your proposed use case for this feature.
   
   After a producer incident floods a topic, operators want the affected 
consumer group to skip the stale backlog and continue from the newest messages. 
A "skip accumulation (reset to latest)" preset in the existing reset modal sets 
the reset timestamp to now; the existing preview-and-confirm flow still shows 
the projected per-queue impact before anything is applied, which preserves 
Studio's safety-first reset design (the classic dialog applied the reset 
without such a preview).
   
   3. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have).
   
   should-have. Workaround today is manually picking the current time in the 
reset modal's time picker.


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