showuon commented on code in PR #12604:
URL: https://github.com/apache/kafka/pull/12604#discussion_r965459701


##########
docs/quickstart.html:
##########
@@ -46,6 +46,14 @@ <h4 class="anchor-heading">
             NOTE: Your local environment must have Java 8+ installed.
         </p>
 
+        <p>
+            Apache Kafka can be started using ZooKeeper or KRaft. To get 
started with either configuration follow one the sections below but not both.
+        </p>
+
+        <h5>
+            Kafka with ZooKeeper
+        </h5>
+
         <p>
             Run the following commands in order to start all services in the 
correct order:
         </p>

Review Comment:
   Should we also remove the comment in zookeeper start command(L62)?
   ```
   <pre class="line-numbers"><code class="language-bash"># Start the ZooKeeper 
service
   [# Note: Soon, ZooKeeper will no longer be required by Apache Kafka.] <== 
remove this since it already happened
   $ bin/zookeeper-server-start.sh config/zookeeper.properties</code></pre>
   ```



-- 
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