lizhimins commented on PR #4271:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/4271#issuecomment-5694569713

   Merged as part of #4267 — squashed into `rocketmq-studio` as `5648bf672`.
   
   Your change here (showing the redelivery count on the message detail panel) 
is included. One adjustment was needed on top of your patch: 
`MessageRecordVO.reconsumeTimes` was a primitive `int`, so a provider that 
cannot supply the count serialised 0 and the panel showed a misleading "0" 
instead of the dash placeholder — the field is now `Integer`.
   
   We grouped 3 of your related message and DLQ metadata fixes into a single 
commit so the history stays reviewable; the other PRs in the group are closed 
with the same note. Everything was cherry-picked onto the current baseline with 
you kept as the author, and your tests came along with the change.
   
   Thanks for the consistently well-tested patches.


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