This is an automated email from the ASF dual-hosted git repository.
ableegoldman pushed a change to branch 2.6
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 5200905 MINOR: Fix verification in
StreamsUpgradeTest.test_version_probing_upgrade (#9530)
new aa306b8 KAFKA-10664: Delete existing checkpoint when writing empty
offsets (#9534)
new cef7ca1 KAFKA-10651: read offsets directly from checkpoint for
uninitialized tasks (#9515)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../streams/processor/internals/TaskManager.java | 3 +-
.../streams/state/internals/OffsetCheckpoint.java | 4 +-
.../processor/internals/TaskManagerTest.java | 66 +++++++++++++++++++---
.../state/internals/OffsetCheckpointTest.java | 21 ++++++-
4 files changed, 83 insertions(+), 11 deletions(-)