GitHub user huxihx opened a pull request:
https://github.com/apache/kafka/pull/3648
KAFKA-5715: ConsumerGroupCommand should always show partitions in ascending
order
Currently, ConsumerGroupCommand shows in ascending order for partitions
with active consumer assigned, but failed to do so for partitions without
consumer assigned. The behavior should keep same.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/huxihx/kafka KAFKA-5715
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3648.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3648
----
commit b03c1d65f3187012afc0292453d0f3cfe8258065
Author: huxihx <[email protected]>
Date: 2017-08-09T03:15:20Z
KAFKA-5715: ConsumerGroupCommand should always show partitions in ascending
order.
Currently, ConsumerGroupCommand shows in ascending order for partitions
with acitve consumer assigned, but failed to do so for partitions without
consumer assigned. The behavior should keep same.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---