cmccabe commented on code in PR #12604: URL: https://github.com/apache/kafka/pull/12604#discussion_r966476362
########## docs/streams/quickstart.html: ########## @@ -98,19 +97,46 @@ <h4><a id="quickstart_streams_download" href="#quickstart_streams_download">Step <h4><a id="quickstart_streams_startserver" href="#quickstart_streams_startserver">Step 2: Start the Kafka server</a></h4> <p> -Kafka uses <a href="https://zookeeper.apache.org/">ZooKeeper</a> so you need to first start a ZooKeeper server if you don't already have one. You can use the convenience script packaged with kafka to get a quick-and-dirty single-node ZooKeeper instance. + Apache Kafka can be started using ZooKeeper or KRaft. To get started with either configuration follow one the section below but not both. Review Comment: should be "one of the sections below" not "one the section" -- 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