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 de6f131d fix: batch of small backend validation and export fixes
(#1103, #1105, #1233, #1241, #1242)
de6f131d is described below
commit de6f131d84be444abc2388eaa2e60ac0207918a4
Author: yyqdbngt <[email protected]>
AuthorDate: Mon Aug 10 14:59:05 2026 +0800
fix: batch of small backend validation and export fixes (#1103, #1105,
#1233, #1241, #1242)
* fix(rocketmq): audit failure must not fail an already-delivered message
* fix(rocketmq): tolerate missing broker tables in dashboard overview
* fix(ai): close error response stream in LLM client
* fix(ai): enforce stream timeout and avoid pipe deadlock in CLI agent
* fix(cluster): keep write/read queue counts in sync on partial updates
* fix(ai): persist maxTokens and temperature across restarts
* fix(ai): bound the LLM gateway thread pool to avoid thread exhaustion
* fix(dlq): tolerate single-queue scan failures during resend collection
* fix(topic): validate required topic on message send
* fix(api): return 400 for invalid request parameters
* fix(topic): require newTTL on TTL update
* fix(topic): require positive queue counts on topic creation
* fix(metrics): validate nested query in datasource queries
* chore: keep only this change on top of the batch branch
---------
Co-authored-by: yyqdbngt <[email protected]>