Aias00 opened a new issue, #2294: URL: https://github.com/apache/rocketmq-dashboard/issues/2294
## Finding Producer Group options currently require scanning the full producer connection inventory. ## Scope Add a dedicated selector-only producer-group discovery query that is bounded, deduplicated, deterministically sorted, and optionally narrowed by topic. Keep detailed connection queries separate. ## Acceptance criteria - Selector use never requires returning the full connection inventory. - Results are bounded, deduplicated, and deterministically ordered. - Targeted backend and frontend API tests cover bounds and filtering. Tracked from `docs/studio-followups.md` (P1). -- 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]
