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/05/13 23:18:15 UTC

[kafka] branch trunk updated (6d1ae8b -> 4153e75)

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 6d1ae8b  KAFKA-8326: Introduce List Serde (#6592)
     add 4153e75  MINOR: prevent cleanup() from being called while Streams is still shutting down (#10666)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/KafkaStreams.java     |  2 +-
 .../processor/internals/StateDirectory.java        | 54 +++++++-----------
 .../org/apache/kafka/streams/KafkaStreamsTest.java | 64 ++++++++++++++--------
 .../integration/StandbyTaskEOSIntegrationTest.java |  4 +-
 4 files changed, 66 insertions(+), 58 deletions(-)