This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new c736d02b522 KAFKA-16584: Make log processing summary configurable or
debug--update upgrade-guide (#16709)
c736d02b522 is described below
commit c736d02b52213332e73404097ab26e172080e30d
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 6102219bf10..6a30e6671b1 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -142,6 +142,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>