This is an automated email from the ASF dual-hosted git repository.
bbejeck 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 e325c07 upgrade-guide updates for streams related to KIP-446
e325c07 is described below
commit e325c079aea5ed35b73afabd778b9a9303d646ca
Author: Bill Bejeck <[email protected]>
AuthorDate: Thu Dec 10 17:40:52 2020 -0500
upgrade-guide updates for streams related to KIP-446
---
27/streams/upgrade-guide.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/27/streams/upgrade-guide.html b/27/streams/upgrade-guide.html
index 758ea74..f24d065 100644
--- a/27/streams/upgrade-guide.html
+++ b/27/streams/upgrade-guide.html
@@ -156,6 +156,11 @@
We added a <code>--force</code> option in StreamsResetter to force
remove left-over members on broker side when long session time out was
configured
as per <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-571%3A+Add+option+to+force+remove+members+in+StreamsResetter">KIP-571</a>.
</p>
+ <p>
+ We added <code>Suppressed.withLoggingDisabled()</code> and
<code>Suppressed.withLoggingEnabled(config)</code>
+ methods to allow disabling or configuring of the changelog topic and
allows for configuration of the changelog topic
+ as per <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-446%3A+Add+changelog+topic+configuration+to+KTable+suppress">KIP-446</a>.
+ </p>
<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>