bbejeck commented on code in PR #21160:
URL: https://github.com/apache/kafka/pull/21160#discussion_r2628810995
##########
docs/upgrade.html:
##########
@@ -66,6 +66,12 @@ <h5><a id="upgrade_420_notable"
href="#upgrade_420_notable">Notable changes in 4
<li>The behavior of
<code>org.apache.kafka.streams.KafkaStreams#removeStreamThread</code> has been
changed. The consumer has no longer remove once <code>removeStreamThread</code>
finished.
Instead, consumer would be kicked off from the group after
<code>org.apache.kafka.streams.processor.internals.StreamThread</code>
completes its <code>run</code> function.
</li>
+ <li>TThe streams thread metrics <code>commit-ratio</code>,
<code>process-ratio</code>, <code>punctuate-ratio</code>, and
<code>poll-ratio</code> have been updated.
Review Comment:
ack good point - @aliehsaeedii do you mind moving the text to
`docs/streams/upgrade-guide.html`?
--
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]