We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the output of GET /topics/<>/consumers looks like this:
GET /topics/<>/consumers
"test-group": { "pixy_host1_1846_2015-10-28T07:45:04Z": [ 0, 1, 2, 3, 4, 5 ], "pixy_host2_1799_2015-10-28T07:18:42Z": [ 6, 7, 8, 9, 10, 11 ], "pixy_host3_1883_2015-10-28T04:17:35Z": [ 12, 13, 14, 15, 16, 17 ] }
It would be easier to digest if all partitions were listed on the same line, e.g.:
"test-group": { "pixy_host1_1846_2015-10-28T07:45:04Z": [0,1,2,3,4,5], "pixy_host2_1799_2015-10-28T07:18:42Z": [6,7,8,9,10,11], "pixy_host3_1883_2015-10-28T04:17:35Z": [12,13,14,15,16,17] }
The text was updated successfully, but these errors were encountered:
Implemented in e8cc1c3
Sorry, something went wrong.
No branches or pull requests
At the moment the output of
GET /topics/<>/consumers
looks like this:It would be easier to digest if all partitions were listed on the same line, e.g.:
The text was updated successfully, but these errors were encountered: