diff --git a/docs/upgrade.html b/docs/upgrade.html index be717aee920..91d660484b4 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -21,10 +21,15 @@
RebalanceProtocol#COOPERATIVE is used, Consumer#poll can still return data
+ while it is in the middle of a rebalance for those partitions still owned by the consumer; in addition
+ Consumer#commitSync now may throw a non-fatal RebalanceInProgressException to notify
+ users of such an event, in order to distinguish from the fatal CommitFailedException and allow
+ users to complete the ongoing rebalance and then reattempt committing offsets for those still-owned partitions.zookeeper.session.timeout.ms has been increased from 6s to 18s and
replica.lag.time.max.ms from 10s to 30s.cogroup() has been added for aggregating multiple streams together at oncecogroup() has been added for aggregating multiple streams together at once.