diff --git a/docs/api.html b/docs/api.html index 7b74d045520e5..8f76bbc7036a3 100644 --- a/docs/api.html +++ b/docs/api.html @@ -57,10 +57,10 @@

2.3 Streams API

- The Streams API allows transforming streams of data from input topics to output topics. + The Streams API allows transforming streams of data from input topics to output topics.

Examples showing how to use this library are given in the - javadocs + javadocs.

Additional documentation on using the Streams API is available here.

@@ -75,7 +75,7 @@

in the developer guide.

- To use Kafka Streams DSL for Scala for Scala {{scalaVersion}} you can use the following maven dependency: + To use Kafka Streams DSL for Scala {{scalaVersion}} you can use the following maven dependency:

<dependency>
 	<groupId>org.apache.kafka</groupId>
diff --git a/docs/documentation.html b/docs/documentation.html
index c3dbcf32cad2d..2370a6a8c8f2c 100644
--- a/docs/documentation.html
+++ b/docs/documentation.html
@@ -104,7 +104,7 @@ 

8. Kafka Connect

-

9. Kafka Streams

+

9. Kafka Streams

Kafka Streams is a client library for processing and analyzing data stored in Kafka. It builds upon important stream processing concepts such as properly distinguishing between event time and processing time, windowing support, exactly-once processing semantics and simple yet efficient management of application state.

@@ -112,7 +112,7 @@

9. Kafka Streams

Kafka Streams has a low barrier to entry: You can quickly write and run a small-scale proof-of-concept on a single machine; and you only need to run additional instances of your application on multiple machines to scale up to high-volume production workloads. Kafka Streams transparently handles the load balancing of multiple instances of the same application by leveraging Kafka's parallelism model.

-

Learn More about Kafka Streams read this Section.

+

To learn more about Kafka Streams, visit the Kafka Streams page.

diff --git a/docs/streams/index.html b/docs/streams/index.html index e7f84c141bb26..476c2fcd1af58 100644 --- a/docs/streams/index.html +++ b/docs/streams/index.html @@ -45,6 +45,7 @@

Kafka Streams

Concepts Architecture Developer Guide + Javadoc Upgrade diff --git a/docs/toc.html b/docs/toc.html index c05de6d17f0e2..af670a8de7e1c 100644 --- a/docs/toc.html +++ b/docs/toc.html @@ -34,7 +34,7 @@ @@ -239,7 +239,7 @@
  • 8.4 Administration -
  • 9. Kafka Streams +
  • 9. Kafka Streams