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

esque describe consumergroup doesn't show topic for offset summary #32

Open
swenzel opened this issue Jul 11, 2019 · 1 comment
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@swenzel
Copy link
Contributor

swenzel commented Jul 11, 2019

This is only for non-verbose mode.

Expected output:

>>> esque describe consumergroup mygroup                      
group_id:          mygroup
group_coordinator: mybroker
offsets:
  mytopic (min, max over 50 partitions):
    consumer_offset:      9080383, 9569775
    topic_low_watermark:  2710, 4067
    topic_high_watermark: 9096612, 9586679
    consumer_lag:         15606, 16904
meta:
  group_id:      mygroup
  protocol:      ''
  state:         Empty
  error_code:    0
  protocol_type: consumer
  members:
    []

actual output

>>> esque describe consumergroup mygroup                      
group_id:          mygroup
group_coordinator: mybroker
offsets:
  consumer_offset:      9080383, 9569775
  topic_low_watermark:  2710, 4067
  topic_high_watermark: 9096612, 9586679
  consumer_lag:         15606, 16904
meta:
  group_id:      mygroup
  protocol:      ''
  state:         Empty
  error_code:    0
  protocol_type: consumer
  members:
    []
@swenzel swenzel added the enhancement New feature or request label Jul 11, 2019
@b-boehne b-boehne self-assigned this Aug 8, 2019
@MrTrustworthy
Copy link
Contributor

FYI i'm currently doing a refactoring of the consumer groups to make it easier to maintain/change something there

@hfjn hfjn added the good first issue Good for newcomers label Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants