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 2020/05/12 22:20:13 UTC

[kafka] branch trunk updated (c9dc0cd -> 778d04d)

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 c9dc0cd  MINOR: improve tests for TopologyTestDriver (#8631)
     add 778d04d  MINOR: Fix ProcessorContext JavaDocs and stream-time computation (#8603)

No new revisions were added by this update.

Summary of changes:
 .../kafka/streams/processor/ProcessorContext.java  |  44 +++----
 .../streams/processor/internals/RecordQueue.java   |   3 +-
 .../processor/internals/PartitionGroupTest.java    | 128 ++++++++++-----------
 .../processor/internals/RecordQueueTest.java       |  37 +++---
 .../processor/internals/StreamTaskTest.java        |  10 +-
 5 files changed, 113 insertions(+), 109 deletions(-)