You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "maytal (JIRA)" <ji...@apache.org> on 2018/05/22 13:31:00 UTC

[jira] [Created] (KAFKA-6929) ZkData - Consumers offsets Zookeeper path is not correct

maytal created KAFKA-6929:
-----------------------------

             Summary: ZkData - Consumers offsets Zookeeper path is not correct
                 Key: KAFKA-6929
                 URL: https://issues.apache.org/jira/browse/KAFKA-6929
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 1.1.0
            Reporter: maytal


ZkData.java contains ConsumerOffset.path which is wrong. should contain the word `offsets` instead of `offset`.

[https://github.com/maytals/kafka-1/blob/1.1/core/src/main/scala/kafka/zk/ZkData.scala#L411]

 

Already created patch:
[https://github.com/apache/kafka/pull/5060]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)