MINOR: Update protocol doc link in Introduction.

Author: Ashish Singh <asingh@cloudera.com>

Reviewers: Gwen Shapira

Closes #1211 from SinghAsDev/MinorFixDocLink
This commit is contained in:
Ashish Singh 2016-05-09 16:47:20 -07:00 committed by Gwen Shapira
parent 87285f36c9
commit eb1de107b0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ So, at a high level, producers send messages over the network to the Kafka clust
<img src="images/producer_consumer.png">
</div>
Communication between the clients and the servers is done with a simple, high-performance, language agnostic <a href="https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol">TCP protocol</a>. We provide a Java client for Kafka, but clients are available in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Clients">many languages</a>.
Communication between the clients and the servers is done with a simple, high-performance, language agnostic <a href="https://kafka.apache.org/protocol.html">TCP protocol</a>. We provide a Java client for Kafka, but clients are available in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Clients">many languages</a>.
<h4><a id="intro_topics" href="#intro_topics">Topics and Logs</a></h4>
Let's first dive into the high-level abstraction Kafka provides&mdash;the topic.