From eb1de107b0c29e322999d9052b82b1e042d8fcfd Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Mon, 9 May 2016 16:47:20 -0700 Subject: [PATCH] MINOR: Update protocol doc link in Introduction. Author: Ashish Singh Reviewers: Gwen Shapira Closes #1211 from SinghAsDev/MinorFixDocLink --- docs/introduction.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.html b/docs/introduction.html index ad81e97f671b1..c2e3554098f09 100644 --- a/docs/introduction.html +++ b/docs/introduction.html @@ -33,7 +33,7 @@

1.1 Introduction

-Communication between the clients and the servers is done with a simple, high-performance, language agnostic TCP protocol. We provide a Java client for Kafka, but clients are available in many languages. +Communication between the clients and the servers is done with a simple, high-performance, language agnostic TCP protocol. We provide a Java client for Kafka, but clients are available in many languages.

Topics and Logs

Let's first dive into the high-level abstraction Kafka provides—the topic.