This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 88c8180 KAFKA-8147: Update upgrade notes for KIP-446 (#8965)
88c8180 is described below
commit 88c818095752f39488fd5aff232d4773e8b385b3
Author: high.lee <[email protected]>
AuthorDate: Sat Dec 5 04:56:59 2020 +0900
KAFKA-8147: Update upgrade notes for KIP-446 (#8965)
Reviewer: Matthias J. Sax <[email protected]>, John Roesler
<[email protected]>
---
docs/streams/upgrade-guide.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 758ea74..f24d065 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/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>