You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2015/02/13 06:48:11 UTC

[jira] [Created] (KAFKA-1951) Consumer offset checker should handle corner cases for dual commit or no offsets.

Jiangjie Qin created KAFKA-1951:
-----------------------------------

             Summary: Consumer offset checker should handle corner cases for dual commit or no offsets.
                 Key: KAFKA-1951
                 URL: https://issues.apache.org/jira/browse/KAFKA-1951
             Project: Kafka
          Issue Type: Bug
            Reporter: Jiangjie Qin


Currently, if consumer offsets exists in Kafka, then offset checker assume that is the latest offsets and skip checking zookeeper. It should print the offsets in both place.
When offset checker checks the offsets for not existing consumer group. It throws exception complaining about zk path does not exist. It should response with offset N/A.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)