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 2023/04/12 03:43:03 UTC

[kafka] branch trunk updated (cb7d0833ee0 -> 17b4569d706)

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 cb7d0833ee0 KAFKA-14834: [1/N] Add timestamped get to KTableValueGetter (#13496)
     add 17b4569d706 KAFKA-14834: [2/N] Test coverage for out-of-order data in joins (#13497)

No new revisions were added by this update.

Summary of changes:
 checkstyle/suppressions.xml                        |   2 +-
 .../integration/AbstractJoinIntegrationTest.java   |  66 +++--
 .../StreamStreamJoinIntegrationTest.java           | 320 ++++++++++++++++++++-
 .../StreamTableJoinIntegrationTest.java            |  12 +-
 .../integration/TableTableJoinIntegrationTest.java | 112 +++++++-
 5 files changed, 454 insertions(+), 58 deletions(-)