Aias00 opened a new issue, #888:
URL: https://github.com/apache/rocketmq-dashboard/issues/888
## Problem
On the RocketMQ Studio Consumer Group page, the export button only shows a
success toast (`已导出 N 个 Group`) and does not generate or download any file.
This makes the UI report a completed export even though there is no exported
artifact.
## Evidence
`web/src/pages/instance/consumer.tsx` currently handles export with a local
toast only:
```tsx
onClick={() => message.success(`已导出 ${filtered.length} 个 Group`)}
```
## Expected behavior
Clicking export should either generate a real downloadable file for the
currently filtered Consumer Group list, or the export action should be
hidden/disabled until it is implemented.
## Scope
RocketMQ Studio track / Control Plane basic Consumer Group management
baseline.
--
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]