[
https://issues.apache.org/jira/browse/KAFKA-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218438#comment-14218438
]
Guozhang Wang commented on KAFKA-1783:
--------------------------------------
Thanks for the findings, LGTM.
> Missing slash in documentation for the Zookeeper paths in
> ZookeeperConsumerConnector
> ------------------------------------------------------------------------------------
>
> Key: KAFKA-1783
> URL: https://issues.apache.org/jira/browse/KAFKA-1783
> Project: Kafka
> Issue Type: Bug
> Components: consumer
> Reporter: Jean-Francois Im
> Assignee: Neha Narkhede
> Priority: Trivial
> Attachments: kafka-missing-doc-slash.patch
>
>
> The documentation for the ZookeeperConsumerConnector refers to the consumer
> id registry location as /consumers/[group_id]/ids[consumer_id], it should be
> /consumers/[group_id]/ids/[consumer_id], as evidenced by
> registerConsumerInZK() and TopicCount.scala line 61.
> A patch is provided that adds the missing forwards slash.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)