mirror of https://github.com/apache/kafka.git
MINOR: Provide link to ZooKeeper within Quickstart
Author: Kevin Sweeney <restlessdesign@users.noreply.github.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #3372 from restlessdesign/patch-1
This commit is contained in:
parent
a6799f4e14
commit
785d8e20ca
|
@ -35,7 +35,7 @@ Since Kafka console scripts are different for Unix-based and Windows platforms,
|
|||
<h4><a id="quickstart_startserver" href="#quickstart_startserver">Step 2: Start the server</a></h4>
|
||||
|
||||
<p>
|
||||
Kafka uses ZooKeeper 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.
|
||||
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.
|
||||
</p>
|
||||
|
||||
<pre class="brush: bash;">
|
||||
|
|
Loading…
Reference in New Issue