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/11/18 23:46:46 UTC

[kafka] branch trunk updated (77a46b1 -> d12fbb7)

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 77a46b1  KAFKA-10545: Create topic IDs in ZooKeeper and Controller (#9473)
     add d12fbb7  KAFKA-10500: Allow resizing of StreamThread state store caches (#9572)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/KafkaStreams.java     | 20 ++++++++----
 .../streams/processor/internals/StreamThread.java  | 13 ++++++--
 .../kafka/streams/state/internals/ThreadCache.java | 19 ++++++++++-
 .../processor/internals/StreamThreadTest.java      | 38 +++++++++++++++-------
 .../streams/state/internals/ThreadCacheTest.java   | 13 ++++++++
 5 files changed, 82 insertions(+), 21 deletions(-)