[
https://issues.apache.org/jira/browse/KAFKA-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15616669#comment-15616669
]
ASF GitHub Bot commented on KAFKA-4357:
---
GitHub user vahidhashemian opened a pull request:
https://github.com/apache/kafka/pull/2075
KAFKA-4357: Fix consumer group describe output when there is no active
member (old consumer)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vahidhashemian/kafka KAFKA-4357
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2075.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 #2075
> Consumer group describe exception when there is no active member (old
> consumer)
> ---
>
> Key: KAFKA-4357
> URL: https://issues.apache.org/jira/browse/KAFKA-4357
> Project: Kafka
> Issue Type: Bug
>Reporter: Vahid Hashemian
>Assignee: Vahid Hashemian
>
> If the consumer group that is based on old consumer has no active member the
> following error/exception is raised:
> {code}
> Error: Executing consumer group command failed due to Expected a valid
> consumer group state, but none found.
> {code}
> The command should instead report the existing offsets within the group (with
> no data under member column).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)