mirror of https://github.com/apache/kafka.git
MINOR: docs should point to latest version (#5132)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
This commit is contained in:
parent
faa15b8b75
commit
c238e14ac6
|
@ -69,7 +69,7 @@
|
||||||
<h2><a id="connect" href="#connect">8. Kafka Connect</a></h2>
|
<h2><a id="connect" href="#connect">8. Kafka Connect</a></h2>
|
||||||
<!--#include virtual="connect.html" -->
|
<!--#include virtual="connect.html" -->
|
||||||
|
|
||||||
<h2><a id="streams" href="/11/documentation/streams">9. Kafka Streams</a></h2>
|
<h2><a id="streams" href="/documentation/streams">9. Kafka Streams</a></h2>
|
||||||
<p>
|
<p>
|
||||||
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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
Kafka Streams has a <b>low barrier to entry</b>: 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.
|
Kafka Streams has a <b>low barrier to entry</b>: 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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Learn More about Kafka Streams read <a href="/11/documentation/streams">this</a> Section.</p>
|
<p>Learn More about Kafka Streams read <a href="/documentation/streams">this</a> Section.</p>
|
||||||
|
|
||||||
<!--#include virtual="../includes/_footer.htm" -->
|
<!--#include virtual="../includes/_footer.htm" -->
|
||||||
<!--#include virtual="../includes/_docs_footer.htm" -->
|
<!--#include virtual="../includes/_docs_footer.htm" -->
|
||||||
|
|
Loading…
Reference in New Issue