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 2016/12/14 09:54:58 UTC

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

Xin created KAFKA-4535:
--------------------------

             Summary: 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


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)