From 2064a2a55dde9ae4e263eb7c78da3b4ac2896201 Mon Sep 17 00:00:00 2001 From: "Matthias J. Sax" Date: Mon, 6 Mar 2017 09:52:17 -0800 Subject: [PATCH] HOTFIX: fix broken link for wordcount demo example Author: Matthias J. Sax Reviewers: Guozhang Wang Closes #2644 from mjsax/hotfixBrokerLink --- docs/quickstart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.html b/docs/quickstart.html index 69f6a7a5d4f..51d85fd1b6c 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -282,7 +282,7 @@ data in the topic (or use custom consumer code to process it):

Kafka Streams is a client library of Kafka for real-time stream processing and analyzing data stored in Kafka brokers. This quickstart example will demonstrate how to run a streaming application coded in this library. Here is the gist -of the WordCountDemo example code (converted to use Java 8 lambda expressions for easy reading). +of the WordCountDemo example code (converted to use Java 8 lambda expressions for easy reading).

 // Serializers/deserializers (serde) for String and Long types
@@ -446,4 +446,4 @@ console consumer, as described above).
 
 
 
-
\ No newline at end of file +