You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2020/04/28 18:34:30 UTC

[kafka] branch trunk updated (77ac06f -> 6a59462)

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

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


    from 77ac06f  Minor: remove redundant check in auto preferred leader election (#8566)
     add 6a59462  KAFKA-9921: disable caching on stores configured to retain duplicates (#8564)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/streams/state/Stores.java  |  7 ++++---
 .../internals/TimestampedWindowStoreBuilder.java     |  8 ++++++++
 .../streams/state/internals/WindowStoreBuilder.java  |  8 ++++++++
 .../state/internals/WindowStoreBuilderTest.java      | 20 ++++++++++++++++++++
 4 files changed, 40 insertions(+), 3 deletions(-)