This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3f3dd90 MINOR: fix HTML (#283)
3f3dd90 is described below
commit 3f3dd90bb158be091ae69b7a51c6619384c5fba7
Author: Matthias J. Sax <[email protected]>
AuthorDate: Thu Aug 6 20:43:27 2020 -0700
MINOR: fix HTML (#283)
Reviewer: Boyang Chen <[email protected]>
---
25/streams/upgrade-guide.html | 2 +-
26/streams/upgrade-guide.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/25/streams/upgrade-guide.html b/25/streams/upgrade-guide.html
index 2486ca2..3e31a22 100644
--- a/25/streams/upgrade-guide.html
+++ b/25/streams/upgrade-guide.html
@@ -77,7 +77,7 @@
<a href="#streams_api_changes_250">Streams API changes in 2.5.0
</a></h3>
<p>
- We add a new <code>cogroup()</code> operator (via <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-150+-+Kafka-Streams+Cogroup">KIP-150</a>>)
+ We add a new <code>cogroup()</code> operator (via <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-150+-+Kafka-Streams+Cogroup">KIP-150</a>)
that allows to aggregate multiple streams in a single operation.
Cogrouped streams can also be windowed before they are aggregated.
Please refer to the <a
href="/{{version}}/documentation/streams/developer-guide/dsl-api.html">developer
guide</a> for more details.
diff --git a/26/streams/upgrade-guide.html b/26/streams/upgrade-guide.html
index 1405a24..0d1109b 100644
--- a/26/streams/upgrade-guide.html
+++ b/26/streams/upgrade-guide.html
@@ -95,7 +95,7 @@
Note that you need brokers with version 2.5 or newer to use this
feature.
</p>
<p>
- As of 2.6.0 Kafka Streams deprecates <code>KStream.through()<code> if
favor of the new <code>KStream.repartition()</code> operator
+ As of 2.6.0 Kafka Streams deprecates <code>KStream.through()</code> in
favor of the new <code>KStream.repartition()</code> operator
(as per <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-221%3A+Enhance+DSL+with+Connecting+Topic+Creation+and+Repartition+Hint">KIP-221</a>).
<code>KStream.repartition()</code> is similar to
<code>KStream.through()</code>, however Kafka Streams will manage the topic for
you.
If you need to write into and read back from a topic that you mange,
you can fall back to use <code>KStream.to()</code> in combination with
<code>StreamsBuilder#stream()</code>.
@@ -115,7 +115,7 @@
<h3 class="anchor-heading"><a id="streams_api_changes_250"
class="anchor-link"></a><a href="#streams_api_changes_250">Streams API changes
in 2.5.0</a></h3>
<p>
- We add a new <code>cogroup()</code> operator (via <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-150+-+Kafka-Streams+Cogroup">KIP-150</a>>)
+ We add a new <code>cogroup()</code> operator (via <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-150+-+Kafka-Streams+Cogroup">KIP-150</a>)
that allows to aggregate multiple streams in a single operation.
Cogrouped streams can also be windowed before they are aggregated.
Please refer to the <a
href="/{{version}}/documentation/streams/developer-guide/dsl-api.html">developer
guide</a> for more details.