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

Make /topics/<>/consumers output easier to read #40

Closed
horkhe opened this issue Nov 11, 2015 · 1 comment
Closed

Make /topics/<>/consumers output easier to read #40

horkhe opened this issue Nov 11, 2015 · 1 comment
Milestone

Comments

@horkhe
Copy link
Member

horkhe commented Nov 11, 2015

At the moment the output of GET /topics/<>/consumers looks like this:

"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]
}
@horkhe horkhe added this to the v0.8.2 milestone Nov 11, 2015
@horkhe
Copy link
Member Author

horkhe commented Nov 30, 2015

Implemented in e8cc1c3

@horkhe horkhe closed this as completed Nov 30, 2015
@horkhe horkhe changed the title Make /topics/<>/consumers output more compact Make /topics/<>/consumers output easier to read Nov 30, 2015
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

1 participant