mirror of https://github.com/apache/kafka.git
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:
parent
87285f36c9
commit
eb1de107b0
|
@ -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">
|
<img src="images/producer_consumer.png">
|
||||||
</div>
|
</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>
|
<h4><a id="intro_topics" href="#intro_topics">Topics and Logs</a></h4>
|
||||||
Let's first dive into the high-level abstraction Kafka provides—the topic.
|
Let's first dive into the high-level abstraction Kafka provides—the topic.
|
||||||
|
|
Loading…
Reference in New Issue