From f96b7a298fee5132235cb72031ff51b9340113bb Mon Sep 17 00:00:00 2001 From: Paolo Patierno Date: Mon, 18 Sep 2017 09:52:48 +0200 Subject: [PATCH] Added ">" prompt in examples using kafka-console-producer --- docs/quickstart.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart.html b/docs/quickstart.html index 9b0720fdc858..a3623bebe8fa 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -74,8 +74,8 @@

Step 4: Send some messages > bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test -This is a message -This is another message +>This is a message +>This is another message

Step 5: Start a consumer

@@ -164,8 +164,8 @@

Step 6: Settin
 > bin/kafka-console-producer.sh --broker-list localhost:9092 --topic my-replicated-topic
 ...
-my test message 1
-my test message 2
+>my test message 1
+>my test message 2
 ^C
 

Now let's consume these messages: