Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Provide a method to query the subscription group info of the topic. #8048

Open
1 task done
wangleqiafan opened this issue Apr 22, 2024 · 2 comments
Open
1 task done

Comments

@wangleqiafan
Copy link

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

I am trying to find a way to query the subscription consumer group info of the specific topic.However , I didn't find the right method to do it .

Motivation

I am trying to find a way to query the subscription group info of the specific topic. And the only way I found is like this https://help.aliyun.com/zh/apsaramq-for-rocketmq/cloud-message-queue-rocketmq-4-x-series/developer-reference/api-ons-2019-02-14-onstopicsubdetail?spm=a2c4g.11186623.0.i2
And it is not recommended to do this when send and receive message. So how could subscription consumer group info of the topic . If there is any exist way ,please tell me ,thanks.

Describe the Solution You'd Like

.

Describe Alternatives You've Considered

.

Additional Context

No response

@humkum
Copy link
Contributor

humkum commented Apr 23, 2024

@humkum
Copy link
Contributor

humkum commented Apr 23, 2024

If you want more information.For example consume offset, consume lag etc.You can refer to RocketMQ dashboard design:
https://github.com/apache/rocketmq-dashboard/blob/2fb0fce0b16fe04ff7ec0181d4127267e9c9af31/src/main/java/org/apache/rocketmq/dashboard/controller/ConsumerController.java#L103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants