You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2021/02/05 03:03:53 UTC

[kafka] branch trunk updated (c8dc74e -> 470e6f2)

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

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


    from c8dc74e  MINOR: Word count should account for extra whitespaces between words (#10044)
     add 470e6f2  KAFKA-9274: Add timeout handling for `StreamPartitioner` (#9997)

No new revisions were added by this update.

Summary of changes:
 .../processor/internals/RecordCollectorImpl.java   |  14 ++-
 .../streams/processor/internals/StreamTask.java    |  61 ++++++++----
 .../processor/internals/StreamsProducer.java       |   6 +-
 .../streams/processor/internals/TaskManager.java   |  22 +++--
 .../processor/internals/RecordCollectorTest.java   |  97 +++++++++++++++---
 .../processor/internals/StreamTaskTest.java        | 109 +++++++++++++++++++--
 .../processor/internals/StreamThreadTest.java      |  18 ++--
 .../processor/internals/TaskManagerTest.java       |  64 ++++++++++++
 8 files changed, 328 insertions(+), 63 deletions(-)