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/14 00:36:39 UTC

[kafka] branch trunk updated (14e426c -> 43a9e39)

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 14e426c  MINOR: Add a duplicate() method to Message classes (#8556)
     add 43a9e39  KAFKA-9850 Move KStream#repartition operator validation during Topolo… (#8550)

No new revisions were added by this update.

Summary of changes:
 .../kstream/internals/InternalStreamsBuilder.java  |  1 +
 .../internals/InternalTopologyBuilder.java         | 36 ++++++++++++++
 .../KStreamRepartitionIntegrationTest.java         | 47 ------------------
 .../kstream/internals/KStreamRepartitionTest.java  | 56 ++++++++++++++++++++++
 4 files changed, 93 insertions(+), 47 deletions(-)