This is an automated email from the ASF dual-hosted git repository.
lizhimins pushed a commit to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/rocketmq-studio by this push:
new d34c17e5 [Studio] feat: add message and trace model DTOs (#526)
d34c17e5 is described below
commit d34c17e5b7633e282b9afd7dc58f7891e26bffc7
Author: zhaohai <[email protected]>
AuthorDate: Tue Jul 28 18:08:06 2026 +0800
[Studio] feat: add message and trace model DTOs (#526)
* [studio] feat: add message and trace model DTOs
Add data models for message querying, pagination, trace visualization,
queue statistics, and consumer group rollback. Supports the message
query page and message trace page.
* [Studio] refactor: remove Lombok, rename package to
org.apache.rocketmq.studio, move under server/src
* [Studio] refactor: move models to server/src, exclude files with missing
dependencies