RockteMQ-AI commented on issue #10446: URL: https://github.com/apache/rocketmq/issues/10446#issuecomment-4689420630
**Issue Evaluation** Category: `type/feature` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** `broker` module — admin processor, topic/sub group management **Compatibility:** New API — no backward compatibility concern. Batch deletion is a practical operational need, especially for large clusters managing thousands of topics. The current one-by-one deletion is inefficient for cleanup scenarios. **Considerations:** - Atomicity: should batch deletion be all-or-nothing, or best-effort with partial failure reporting? - Authorization: ensure batch operations respect the same ACL checks as single deletion. - Rate limiting: consider throttling to avoid broker overload on large batches. --- *Automated evaluation by RockteMQ-AI* -- 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]
