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/06/02 01:08:53 UTC

[kafka] branch trunk updated (77f1233 -> ec67788)

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 77f1233  Kafka-10064 Add documentation for KIP-571 (#8760)
     add ec67788  KAFKA-10030: Allow fetching a key from a single partition (#8706)

No new revisions were added by this update.

Summary of changes:
 .../state/internals/QueryableStoreProvider.java    | 14 ++++-
 .../internals/StreamThreadStateStoreProvider.java  |  5 +-
 .../integration/StoreQueryIntegrationTest.java     | 69 ++++++++++++++++++++++
 .../internals/QueryableStoreProviderTest.java      | 42 ++++++++++++-
 .../StreamThreadStateStoreProviderTest.java        | 14 ++---
 .../apache/kafka/test/StateStoreProviderStub.java  | 29 +++++++--
 6 files changed, 151 insertions(+), 22 deletions(-)