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:
Kevin Sweeney 2017-06-22 14:03:34 +01:00 committed by Ismael Juma
parent a6799f4e14
commit 785d8e20ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;">