[ https://issues.apache.org/jira/browse/KAFKA-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15782454#comment-15782454 ]
ASF GitHub Bot commented on KAFKA-4535: --------------------------------------- GitHub user aurora777 opened a pull request: https://github.com/apache/kafka/pull/2294 KAFKA-4535: http://kafka.apache.org/quickstart Step 8 missing argument consumer missing argument This patch corrects the error. Signed-off-by: aurora777 <xin.lih...@zte.com.cn> You can merge this pull request into a Git repository by running: $ git pull https://github.com/aurora777/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2294.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 #2294 ---- commit a2cc8c2e673ca7b5151c04bb8db35b54d8c7a56c Author: aurora777 <xin.lih...@zte.com.cn> Date: 2016-12-28T09:03:44Z KAFKA-4535: http://kafka.apache.org/quickstart Step 8 missing argument consumer missing argument This patch corrects the error. Signed-off-by: aurora777 <xin.lih...@zte.com.cn> ---- > http://kafka.apache.org/quickstart Step 8 missing argument > ------------------------------------------------------------ > > Key: KAFKA-4535 > URL: https://issues.apache.org/jira/browse/KAFKA-4535 > Project: Kafka > Issue Type: Bug > Components: documentation > Affects Versions: 0.10.1.0 > Reporter: Xin > Priority: Trivial > Labels: documentation > > Step 8: Use Kafka Streams to process data: > > bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 \ > --topic streams-wordcount-output \ > --from-beginning \ > --formatter kafka.tools.DefaultMessageFormatter \ > --property print.key=true \ > --property print.value=true \ > --property > key.deserializer=org.apache.kafka.common.serialization.StringDeserializer \ > --property > value.deserializer=org.apache.kafka.common.serialization.LongDeserializer > ===> result: > Missing required argument "[zookeeper]" > the command need "--new-consumer“ -- This message was sent by Atlassian JIRA (v6.3.4#6332)