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/14 14:14:20 UTC

[kafka] branch trunk updated (6d5df1ce76b -> 5767d129634)

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 6d5df1ce76b MINOR: Disable the dual write integration test until KAFKA-14840 (#13573)
     add 5767d129634 MINOR: Refactor changelogger to accept timestamp (#13563)

No new revisions were added by this update.

Summary of changes:
 .../internals/ChangeLoggingKeyValueBytesStore.java | 14 +++++-----
 .../ChangeLoggingListValueBytesStore.java          |  4 +--
 ...ChangeLoggingTimestampedKeyValueBytesStore.java | 32 ++++++++++++++++++----
 .../ChangeLoggingTimestampedWindowBytesStore.java  | 12 ++++----
 .../ChangeLoggingVersionedKeyValueBytesStore.java  |  8 ++----
 ...ValueToTimestampedKeyValueByteStoreAdapter.java |  6 ++--
 .../internals/ValueAndTimestampDeserializer.java   |  4 +++
 .../WindowToTimestampedWindowByteStoreAdapter.java |  2 +-
 8 files changed, 52 insertions(+), 30 deletions(-)