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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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: []
The text was updated successfully, but these errors were encountered:
FYI i'm currently doing a refactoring of the consumer groups to make it easier to maintain/change something there
Sorry, something went wrong.
b-boehne
Successfully merging a pull request may close this issue.
This is only for non-verbose mode.
Expected output:
actual output
The text was updated successfully, but these errors were encountered: