You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: