lizhimins opened a new pull request, #2839: URL: https://github.com/apache/rocketmq-dashboard/pull/2839
## Changes **Query history result snapshot** - Message query history now stores a JSON snapshot of query results (metadata only, message body and properties excluded to save storage) in a new `result_snapshot` column (`rmq_instance_message`). - Column added to `schema.sql` and `AlertSchemaMigration` for existing deployments; history API exposes the snapshot and the message page renders it. **Page simplification** - Topic page: remove the card view mode, keep the table view only. - Consumer page: remove client-side sort control (lag-desc / name-asc), keep filter + pagination. ## Tests - `QueryHistoryServiceTest`, `QueryHistoryServiceIntegrationTest`, `MessageServiceTest`, `ConsumerPage.test.tsx` updated and green; backend `mvn package` and frontend `npm run build` pass. -- 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]
