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 2021/05/07 18:26:17 UTC

[kafka] branch trunk updated (91b3be4 -> 8f8f914)

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 91b3be4  MINOR: replace deprecated Class.newInstance() to new one (#10610)
     add 8f8f914  KAFKA-12536: Add Instant-based methods to ReadOnlySessionStore (#10390)

No new revisions were added by this update.

Summary of changes:
 .../internals/AbstractReadOnlyDecorator.java       |  10 +-
 .../internals/AbstractReadWriteDecorator.java      |  12 +-
 .../kafka/streams/state/ReadOnlySessionStore.java  | 250 ++++++++++++++++-----
 .../apache/kafka/streams/state/SessionStore.java   |  77 ++++++-
 .../state/internals/CachingSessionStore.java       |  29 +--
 .../internals/ChangeLoggingSessionBytesStore.java  |  12 +-
 .../internals/CompositeReadOnlySessionStore.java   |  22 +-
 .../state/internals/InMemorySessionStore.java      |  27 ++-
 .../state/internals/MeteredSessionStore.java       |  28 ++-
 .../state/internals/RocksDBSessionStore.java       |  18 +-
 .../kafka/test/ReadOnlySessionStoreStub.java       |  15 +-
 11 files changed, 359 insertions(+), 141 deletions(-)