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 6939445ae9d MINOR: Add Exactly-once support for connectors to the docs
table of contents (#13436)
add 45ecae6a28f KAFKA-14491: [15/N] Add integration tests for versioned
stores (#13340)
No new revisions were added by this update.
Summary of changes:
.../processor/internals/StateManagerUtil.java | 5 +-
.../streams/state/internals/WrappedStateStore.java | 11 +
.../VersionedKeyValueStoreIntegrationTest.java | 671 +++++++++++++++++++++
3 files changed, 686 insertions(+), 1 deletion(-)
create mode 100644
streams/src/test/java/org/apache/kafka/streams/integration/VersionedKeyValueStoreIntegrationTest.java