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 +