You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2021/04/23 19:10:58 UTC

[kafka] branch trunk updated (105243a -> c972ac9)

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

ableegoldman pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 105243a  KAFKA-10283; Consolidate client-level and consumer-level assignment within ClientState (#9640)
     add c972ac9  KAFKA-5876: Apply UnknownStateStoreException for Interactive Queries (#9821)

No new revisions were added by this update.

Summary of changes:
 docs/streams/upgrade-guide.html                                |  3 +++
 .../src/main/java/org/apache/kafka/streams/KafkaStreams.java   |  7 ++++---
 .../test/java/org/apache/kafka/streams/KafkaStreamsTest.java   | 10 ++++++++++
 .../kafka/streams/integration/JoinStoreIntegrationTest.java    |  6 +++---
 .../streams/integration/QueryableStateIntegrationTest.java     |  5 +++--
 5 files changed, 23 insertions(+), 8 deletions(-)