This is an automated email from the ASF dual-hosted git repository.
vvcephei pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 2bd6d27 MINOR: Add missing parameter description from AdminZkClient
(#10653)
add 7cd09b6 KAFKA-10585: Kafka Streams should clean up the state store
directory from cleanup (#9414)
No new revisions were added by this update.
Summary of changes:
.../processor/internals/StateDirectory.java | 16 ++
.../EOSUncleanShutdownIntegrationTest.java | 19 +-
.../integration/StateDirectoryIntegrationTest.java | 279 +++++++++++++++++++++
.../processor/internals/StateDirectoryTest.java | 42 +++-
4 files changed, 347 insertions(+), 9 deletions(-)
create mode 100644
streams/src/test/java/org/apache/kafka/streams/integration/StateDirectoryIntegrationTest.java