mirror of https://github.com/apache/kafka.git
MINOR: Fix quickstart in docs
Reverting some of the recent changes to quickstart doc. Further explanation is provided inline. Author: Vahid Hashemian <vahidhashemian@us.ibm.com> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io> Closes #2539 from vahidhashemian/doc/fix_quickstart_issues
This commit is contained in:
parent
1c45f79c91
commit
601d4040d4
|
@ -359,7 +359,7 @@ stream data will likely be flowing continuously into Kafka where the application
|
|||
|
||||
|
||||
<pre>
|
||||
> <b>cat file-input.txt | ./bin/kafka-console-producer --broker-list localhost:9092 --topic streams-file-input</b>
|
||||
> <b>bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-file-input < file-input.txt</b>
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
@ -397,12 +397,9 @@ with the following output data being printed to the console:
|
|||
|
||||
<pre>
|
||||
all 1
|
||||
streams 1
|
||||
lead 1
|
||||
to 1
|
||||
kafka 1
|
||||
hello 1
|
||||
kafka 2
|
||||
streams 2
|
||||
join 1
|
||||
kafka 3
|
||||
|
|
Loading…
Reference in New Issue