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

   **Issue Evaluation**
   
   Category: `enhancement` | Status: **Evaluated**
   
   **Feasibility:** Feasible
   **Scope:** Consumer group detail page + single-queue offset adjustment
   **Compatibility:** No breaking changes — new admin operation, existing reset 
flows unchanged
   
   Well-specified design for precise per-queue consumer offset adjustment. Key 
strengths:
   - Fills the gap left by existing topic-level reset operations (#2816, #3310, 
#3993/#3994)
   - Uses `updateConsumeOffset` directly to avoid old Broker fallback path in 
`resetOffsetByQueueId`
   - Preview shows replay/skip delta and estimated backlog before commit
   - `expectedCurrentOffset` check returns 409 on drift (optimistic concurrency)
   - 64-bit offsets preserved as decimal strings across JSON/browser boundary
   - POP/broadcast groups and cloud/mock instances correctly excluded
   
   Resubmission from previously closed PR #4110.
   
   ---
   *Automated evaluation by github-manager-bot*


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