Jean-Francois Im created KAFKA-1783: ---------------------------------------
Summary: 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)