apache / apache/eventmesh-dashboard

[Feature] RocketMQ 的 admin api 配置

Open
#225 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
26
Forks
23
Avg merge
6h 18m
Merged PRs (30d)
3

Description

### Search before asking

- [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.

### Feature Request

当前 EventMesh 使用 RocketMQ 作为存储后端时,一些管理类操作需要依赖 RocketMQ Admin API,例如:

- Topic 创建和查询
- Broker / Cluster 信息查询
- Topic 路由信息查询
- Consumer Group 查询
- Consumer Offset 查询和修改
- ACL 相关管理操作

RocketMQ 已经通过 `DefaultMQAdminExt` 提供了比较完整的管理能力,但目前 EventMesh 中缺少统一、清晰的 RocketMQ Admin Client 配置方式。

因此,希望在 EventMesh 的 RocketMQ Storage Plugin 中增加对 RocketMQ Admin API 的配置和封装支持。

@githublaohu

### Are you willing to submit PR?

- [x] Yes I am willing to submit a PR!

### Code of Conduct

- [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) *

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the RocketMQ Storage Plugin and its existing configuration and client entry points. Read how RocketMQ's DefaultMQAdminExt is configured and used, then compare the plugin's needs with the requested topic, broker, route, consumer-group, offset, and ACL operations. Done means the plugin has a clear, unified Admin API configuration and encapsulated support for the required management operations.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.