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

Implement cluster metadata REST endpoints #48

Open
detro opened this issue Sep 24, 2023 · 0 comments
Open

Implement cluster metadata REST endpoints #48

detro opened this issue Sep 24, 2023 · 0 comments
Labels
enhancement New feature or request module:http

Comments

@detro
Copy link
Contributor

detro commented Sep 24, 2023

* GET /brokers     - Cluster meta and list of Brokers
* GET /topics      - List of Topics
* GET /topics/{t}  - List of Partitions for Topic t
* GET /groups      - List of Consumer Groups
* GET /groups/{g}  - List of Members for Consumer group g

The output should be in JSON format, so to play nicely with pretty much any tool that a user might want to assemble against it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module:http
Projects
None yet
Development

No branches or pull requests

1 participant