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/13 21:51:03 UTC

[kafka] branch trunk updated (9bc96d5 -> 53875bb)

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 9bc96d5  MINOR: Replace null with an actual value for timestamp field in InsertField SMT unit tests (#8649)
     add 53875bb  KAFKA-9966: add internal assignment listener to stabilize eos-beta upgrade test (#8648)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/StreamsConfig.java    |   3 +
 .../internals/StreamsPartitionAssignor.java        |  31 ++--
 .../assignment/AssignorConfiguration.java          | 176 ++++++++++-----------
 .../integration/EosBetaUpgradeIntegrationTest.java | 108 +++++++------
 .../integration/utils/IntegrationTestUtils.java    |  41 +++++
 .../internals/StreamsPartitionAssignorTest.java    |   7 +-
 .../kafka/streams/tests/StreamsUpgradeTest.java    |   2 +-
 7 files changed, 208 insertions(+), 160 deletions(-)