You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2021/12/08 14:47:09 UTC

[kafka-site] branch asf-site updated: Fixes KAFKA-13520 (#387)

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new abf8b77  Fixes KAFKA-13520 (#387)
abf8b77 is described below

commit abf8b77851cb1ba3e87524d0572083ee3eb3e859
Author: Robin Moffatt <ro...@rmoff.net>
AuthorDate: Wed Dec 8 14:46:58 2021 +0000

    Fixes KAFKA-13520 (#387)
---
 30/quickstart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/30/quickstart.html b/30/quickstart.html
index 157427d..f168ece 100644
--- a/30/quickstart.html
+++ b/30/quickstart.html
@@ -90,7 +90,7 @@ $ bin/kafka-server-start.sh config/server.properties</code></pre>
             So before you can write your first events, you must create a topic.  Open another terminal session and run:
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092</code></pre>
+        <pre class="line-numbers"><code class="language-bash">$ bin/kafka-topics.sh --create --partitions 1 --replication-factor 1 --topic quickstart-events --bootstrap-server localhost:9092</code></pre>
 
         <p>
             All of Kafka's command line tools have additional options: run the <code>kafka-topics.sh</code> command without any