You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2020/12/16 22:29:34 UTC

[kafka] branch trunk updated (782175d -> f4272fd)

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

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


    from 782175d  MINOR: Simplify ApiKeys by relying on ApiMessageType (#9748)
     add f4272fd  KAFKA-9126: KIP-689: StreamJoined changelog configuration (#9708)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/streams/kstream/StreamJoined.java | 97 +++++++++++++++++++---
 .../streams/kstream/internals/KStreamImplJoin.java | 18 +++-
 .../kstream/internals/StreamJoinedInternal.java    |  9 ++
 .../kstream/internals/KStreamKStreamJoinTest.java  | 67 +++++++++++++++
 4 files changed, 175 insertions(+), 16 deletions(-)