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/11 23:36:01 UTC

[kafka] branch trunk updated (391ad90 -> 72d72a9)

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 391ad90  KAFKA-9956: Authorizer APIs may be invoked more than once for a given request (#8643)
     add 72d72a9  KAFKA-9921: explicit handling of null values with retainDuplicates (#8626)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/kafka/streams/state/Stores.java  | 12 ++++++++----
 .../org/apache/kafka/streams/state/WindowStore.java  |  8 ++++++--
 .../streams/state/internals/InMemoryWindowStore.java | 11 +++++------
 .../streams/state/internals/RocksDBWindowStore.java  |  8 +++++---
 .../internals/TimestampedWindowStoreBuilderTest.java | 20 ++++++++++++++++++++
 5 files changed, 44 insertions(+), 15 deletions(-)