You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ca...@apache.org on 2022/08/29 16:26:17 UTC

[kafka] branch trunk updated (14b1db35e5e -> 0e6a3fa9789)

This is an automated email from the ASF dual-hosted git repository.

cadonna pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 14b1db35e5e MINOR: Small code cleanups in GroupCoordinator (#12563)
     add 0e6a3fa9789 KAFKA-10199: Handle restored tasks output by state updater (#12554)

No new revisions were added by this update.

Summary of changes:
 .../processor/internals/DefaultStateUpdater.java   |  19 +-
 .../streams/processor/internals/StateUpdater.java  |  17 ++
 .../streams/processor/internals/TaskManager.java   | 168 +++++++----
 .../kafka/streams/processor/internals/Tasks.java   |  31 +-
 .../streams/processor/internals/TasksRegistry.java |   2 +
 .../internals/DefaultStateUpdaterTest.java         | 150 +++++++++-
 .../processor/internals/TaskManagerTest.java       | 319 ++++++++++++++++++++-
 7 files changed, 637 insertions(+), 69 deletions(-)