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 5596f9e1d56 KAFKA-16584: Make log processing summary configurable or 
debug--update upgrade-guide (#16709)
5596f9e1d56 is described below

commit 5596f9e1d561dfef46a83fbd7264e6745ca538cc
Author: dujian0068 <[email protected]>
AuthorDate: Wed Aug 7 03:11:33 2024 +0800

    KAFKA-16584: Make log processing summary configurable or debug--update 
upgrade-guide (#16709)
    
    Updates Kafka Streams upgrade-guide for KIP-1049.
    
    Reviewers: Bill Bejeck <[email protected]>, Matthias J. Sax 
<[email protected]>
---
 docs/streams/upgrade-guide.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index fb260fdee85..ec0124c7bd6 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -152,6 +152,12 @@
         The specified handler must implement the 
<code>org.apache.kafka.streams.errors.ProcessingExceptionHandler</code> 
interface.
     </p>
 
+    <p>
+        Kafka Streams now allows to customize the logging interval of 
stream-thread runtime summary, via the newly added config 
<code>log.summary.interval.ms</code>.
+        By default, the summary is logged every 2 minutes. More details can be 
found in
+        <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-1049%3A+Add+config+log.summary.interval.ms+to+Kafka+Streams";>KIP-1049</a>.
+    </p>
+
     <h3><a id="streams_api_changes_380" 
href="#streams_api_changes_380">Streams API changes in 3.8.0</a></h3>
 
     <p>

Reply via email to