You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2020/11/25 02:00:24 UTC

[kafka] branch trunk updated (2a40920 -> dbf4e63)

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

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


    from 2a40920  KAFKA-10754: fix flaky tests by waiting kafka streams be in running state before assert (#9629)
     add dbf4e63  KAFKA-10758: ProcessorTopology should only consider its own nodes when updating regex source topics (#9648)

No new revisions were added by this update.

Summary of changes:
 .../streams/processor/internals/AbstractTask.java  |  4 +--
 .../processor/internals/ProcessorTopology.java     | 32 +++++++++++++---------
 .../streams/processor/internals/StreamTask.java    |  4 +--
 .../kafka/streams/processor/internals/Task.java    |  2 +-
 .../streams/processor/internals/TaskManager.java   |  2 +-
 .../integration/RegexSourceIntegrationTest.java    | 22 ++++++++++++---
 .../processor/internals/ProcessorTopologyTest.java | 16 +++++++++++
 .../processor/internals/TaskManagerTest.java       |  2 +-
 8 files changed, 60 insertions(+), 24 deletions(-)