Skip to content

Commit

Permalink
MINOR: Update protocol doc link in Introduction.
Browse files Browse the repository at this point in the history
Author: Ashish Singh <[email protected]>

Reviewers: Gwen Shapira

Closes apache#1211 from SinghAsDev/MinorFixDocLink
  • Loading branch information
Ashish Singh authored and gwenshap committed May 9, 2016
1 parent 87285f3 commit eb1de10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3><a id="introduction" href="#introduction">1.1 Introduction</a></h3>
<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.
Expand Down

0 comments on commit eb1de10

Please sign in to comment.