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/27 18:56:12 UTC

[kafka] branch trunk updated (2cff1fa -> cec6202)

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 2cff1fa  KAFKA-6145: KIP-441: Fix assignor config passthough (#8716)
     add cec6202  KAFKA-9298: reuse mapped stream error in joins (#8504)

No new revisions were added by this update.

Summary of changes:
 .../streams/kstream/internals/KStreamImpl.java     |  13 +-
 .../kstream/internals/KStreamKStreamJoinTest.java  | 152 +++++++++++++++++++++
 .../kstream/internals/KStreamKTableJoinTest.java   | 151 ++++++++++++++++++--
 3 files changed, 298 insertions(+), 18 deletions(-)