mimaison commented on code in PR #10767:
URL: https://github.com/apache/kafka/pull/10767#discussion_r1475937346


##########
docs/quickstart.html:
##########
@@ -121,7 +121,7 @@ <h4 class="anchor-heading">
             By default, each line you enter will result in a separate event 
being written to the topic.
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ 
bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092
+        <pre class="line-numbers"><code class="language-bash">&gt; 
bin/kafka-console-producer.sh --topic quickstart-events --bootstrap-server 
localhost:9092

Review Comment:
   The console producer tool prints a greater-than character for each new line, 
so the lines below should be:
   ```
   >This is my first event
   >This is my second event</code></pre>
   ````



##########
docs/quickstart.html:
##########
@@ -32,8 +32,8 @@ <h4 class="anchor-heading">
             the latest Kafka release and extract it:
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ tar -xzf 
kafka_2.13-2.8.0.tgz
-$ cd kafka_2.13-2.8.0</code></pre>
+        <pre class="line-numbers"><code class="language-bash">&gt; tar -xzf 
kafka_2.13-2.8.0.tgz

Review Comment:
   I find the dollar sign more idiomatic for a shell prompt than greater-than. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to