[ https://issues.apache.org/jira/browse/KAFKA-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xin updated KAFKA-4535: ----------------------- Affects Version/s: (was: 0.10.1.0) 0.10.0.1 > 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)