JimGalasyn commented on code in PR #16316: URL: https://github.com/apache/kafka/pull/16316#discussion_r1638978368
########## docs/streams/upgrade-guide.html: ########## @@ -303,6 +303,62 @@ <h3><a id="streams_api_changes_350" href="#streams_api_changes_350">Streams API adds a new config <code>default.client.supplier</code> that allows to use a custom <code>KafkaClientSupplier</code> without any code changes. </p> + <h3><a id="streams_api_changes_330" href="#streams_api_changes_330">Streams API changes in 3.3.0</a></h3> + <p> + Kafka Streams does not send a "leave group" request when an instance is closed. This behavior implies + that a rebalance is delayed until max.poll.interval.ms passed. Review Comment: ```suggestion that a rebalance is delayed until <code>max.poll.interval.ms</code> passed. ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org