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

JSON support for consumer data #18

Closed
jim12321 opened this issue Aug 20, 2019 · 4 comments
Closed

JSON support for consumer data #18

jim12321 opened this issue Aug 20, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@jim12321
Copy link

Hello. So just want to say that we love this software. Very useful.

We just wanted to have consumer data in JSON.

When you make a call to /topic/

You get that in JSON, but it does not include the consumer group data table that you see in http:

Consumers

Group ID Combined Lag
**** 155632

Could this data be added to the JSON request for topic/?

Also could /consumer/ endpoint support JSON too. When sending Accept application/json it still sends HTML and not JSON.

Thanks

@ekoutanov ekoutanov added the enhancement New feature or request label Aug 21, 2019
@ekoutanov
Copy link
Member

Currently a bit tied up with work. There are a bunch of controllers that do this sort of thing already, so should mostly be a copy-paste job. Would you consider submitting a PR?

@jim12321
Copy link
Author

Would love to help, but I am only a lowly Python programmer. Not sure you want me to try and submit a PR. ;)

@ekoutanov
Copy link
Member

@jim12321 The modest coders are the best, in my experience ;)

@shaaimin
Copy link
Contributor

add new api endpoint /topic/{topic-name}/consumers for get consumers for a topic
#49

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

No branches or pull requests

3 participants