Matthias J. Sax created KAFKA-19539: ---------------------------------------
Summary: Kafka Streams should purge internal topics based on use commit request Key: KAFKA-19539 URL: https://issues.apache.org/jira/browse/KAFKA-19539 Project: Kafka Issue Type: Bug Components: streams Reporter: Matthias J. Sax Based on [https://stackoverflow.com/questions/79712093/kafka-streams-application-does-not-purge-repartition-topic-records-when-manual-c] Kafka Streams seems to use "delete record request" for internal topic only on regular commit via `commit.interval.ms`. However, if `commit.interval.ms` is set to a very high value, and users request commits manually via `context.commit()` no purging happens. -- This message was sent by Atlassian Jira (v8.20.10#820010)