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/12/09 23:19:18 UTC

[kafka] branch iqv2-position-api updated (a2e2c08 -> c3df038)

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

vvcephei pushed a change to branch iqv2-position-api
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from a2e2c08  simplify PositionBound
     add c3df038  cr feedback

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/KafkaStreams.java     |  4 +---
 .../org/apache/kafka/streams/query/Position.java   |  2 +-
 .../streams/state/internals/PositionSerde.java     |  4 ++--
 .../streams/state/internals/StoreQueryUtils.java   |  8 +++----
 .../ConsistencyVectorIntegrationTest.java          |  4 ++--
 .../apache/kafka/streams/query/PositionTest.java   | 28 +++++++++++-----------
 .../AbstractRocksDBSegmentedBytesStoreTest.java    | 14 +++++------
 .../ChangeLoggingKeyValueBytesStoreTest.java       |  4 ++--
 .../streams/state/internals/RocksDBStoreTest.java  | 14 +++++------
 9 files changed, 40 insertions(+), 42 deletions(-)