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 2021/10/15 05:08:19 UTC

[kafka] branch trunk updated (7fbe482 -> f58d79d)

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 7fbe482  HOTFIX: suppress deprecation warnings to fix compilation errors (#11400)
     add f58d79d  KAFKA-13345: Use "delete" cleanup policy for windowed stores if duplicates are enabled (#11380)

No new revisions were added by this update.

Summary of changes:
 .../state/internals/AbstractStoreBuilder.java      |  4 +-
 .../state/internals/WindowStoreBuilder.java        |  5 ++
 .../integration/JoinStoreIntegrationTest.java      | 58 +++++++++++++++++++++-
 .../state/internals/WindowStoreBuilderTest.java    | 23 ++++++++-
 4 files changed, 86 insertions(+), 4 deletions(-)