From 235cafa805ee5e52e1bca0c5151daf336fc96eed Mon Sep 17 00:00:00 2001
From: devanshikhatsuriya
<65455595+devanshikhatsuriya@users.noreply.github.com>
Date: Sun, 29 Sep 2024 01:12:59 +0530
Subject: [PATCH] KAFKA-6197: Update Streams API and Javadoc references in
documentation (#17215)
Reviewers: Matthias J. Sax
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 @@
- 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:
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.
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.
in the developer guide.
<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
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 @@