lizhimins commented on PR #836: URL: https://github.com/apache/rocketmq-dashboard/pull/836#issuecomment-5177380663
感谢贡献。该 PR 修复的目标 `InMemoryAuditRepository` 已在 rocketmq-studio 分支移除(#955 将所有内存仓储替换为 MySQL 实现):审计记录现持久化到 `rmq_operation_audit` 表,排序由 SQL `ORDER BY operated_at DESC` 完成,本 PR 针对的空指针排序场景已不存在,因此关闭。如有其他场景欢迎重新提交。 --- Thanks for the contribution. The target of this fix, `InMemoryAuditRepository`, has been removed from the rocketmq-studio branch (#955 replaced all in-memory repositories with MySQL-backed ones). Audit records are now persisted to the `rmq_operation_audit` table and ordered via SQL `ORDER BY operated_at DESC`, so the null-timestamp ordering scenario this PR addresses no longer exists. Closing accordingly — feel free to reopen in a new PR if another scenario applies. -- 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]
