mirror of https://github.com/apache/kafka.git
MINOR: Add upgrade guide for KAFKA-8421 (#7925)
Co-Authored-By: A. Sophie Blee-Goldman <ableegoldman@gmail.com> Reviewers: A. Sophie Blee-Goldman <ableegoldman@gmail.com>
This commit is contained in:
parent
4fe324b5a6
commit
8c21fa837d
|
@ -21,10 +21,15 @@
|
||||||
|
|
||||||
<h5><a id="upgrade_250_notable" href="#upgrade_250_notable">Notable changes in 2.5.0</a></h5>
|
<h5><a id="upgrade_250_notable" href="#upgrade_250_notable">Notable changes in 2.5.0</a></h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>When <code>RebalanceProtocol#COOPERATIVE</code> is used, <code>Consumer#poll</code> can still return data
|
||||||
|
while it is in the middle of a rebalance for those partitions still owned by the consumer; in addition
|
||||||
|
<code>Consumer#commitSync</code> now may throw a non-fatal <code>RebalanceInProgressException</code> to notify
|
||||||
|
users of such an event, in order to distinguish from the fatal <code>CommitFailedException</code> and allow
|
||||||
|
users to complete the ongoing rebalance and then reattempt committing offsets for those still-owned partitions.</li>
|
||||||
<li>For improved resiliency in typical network environments, the default value of
|
<li>For improved resiliency in typical network environments, the default value of
|
||||||
<code>zookeeper.session.timeout.ms</code> has been increased from 6s to 18s and
|
<code>zookeeper.session.timeout.ms</code> has been increased from 6s to 18s and
|
||||||
<code>replica.lag.time.max.ms</code> from 10s to 30s.</li>
|
<code>replica.lag.time.max.ms</code> from 10s to 30s.</li>
|
||||||
<li>New DSL operator <code>cogroup()</code> has been added for aggregating multiple streams together at once</li>
|
<li>New DSL operator <code>cogroup()</code> has been added for aggregating multiple streams together at once.</li>
|
||||||
<li>Scala 2.11 is no longer supported. See
|
<li>Scala 2.11 is no longer supported. See
|
||||||
<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-531%3A+Drop+support+for+Scala+2.11+in+Kafka+2.5">KIP-531</a>
|
<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-531%3A+Drop+support+for+Scala+2.11+in+Kafka+2.5">KIP-531</a>
|
||||||
for details.</li>
|
for details.</li>
|
||||||
|
|
Loading…
Reference in New Issue