This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch 2.7
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.7 by this push:
     new 64f5ed0  KAFKA-8147: Update upgrade notes for KIP-446 (#8965)
64f5ed0 is described below

commit 64f5ed0b0aafe60f542e2ec534b36241909c4fe2
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>

Reply via email to