You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Xin (JIRA)" <ji...@apache.org> on 2017/01/04 02:28:58 UTC

[jira] [Commented] (KAFKA-4535) http://kafka.apache.org/quickstart Step 8 missing argument

    [ https://issues.apache.org/jira/browse/KAFKA-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15796933#comment-15796933 ] 

Xin commented on KAFKA-4535:
----------------------------

the version is 0.10.0.1,i typed the wrong version number

> 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.0.1
>            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)