dujian0068 commented on code in PR #16709:
URL: https://github.com/apache/kafka/pull/16709#discussion_r1705619237
##########
docs/streams/upgrade-guide.html:
##########
@@ -152,6 +152,12 @@ <h3><a id="streams_api_changes_390"
href="#streams_api_changes_390">Streams API
The specified handler must implement the
<code>org.apache.kafka.streams.errors.ProcessingExceptionHandler</code>
interface.
</p>
+ <p>
+ Kafka Streams now supports users to customize the output interval of
stream-thread runtime summary.
Review Comment:
Thanks for your reply,
I have made the changes
##########
docs/streams/upgrade-guide.html:
##########
@@ -152,6 +152,12 @@ <h3><a id="streams_api_changes_390"
href="#streams_api_changes_390">Streams API
The specified handler must implement the
<code>org.apache.kafka.streams.errors.ProcessingExceptionHandler</code>
interface.
</p>
+ <p>
+ Kafka Streams now supports users to customize the output interval of
stream-thread runtime summary.
+ By default, it logs output every 2 minutes. More details can be found
in
Review Comment:
Thanks for your reply, I have made the changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]