kafka/streams/test-utils/src
Alieh Saeedi ee4debb9f0
KAFKA-19128: Kafka Streams should not get offsets when close dirty (#19450)
Kafka Streams calls `prepareCommit()` in `Taskmanager#closeTaskDirty()`.
However, the dirty task must not get committed and therefore,
prepare-commit tasks such as getting offsets should not be needed as
well. The only thing needed before closing a task dirty is flushing.
Therefore, separating `flush` and `prepareCommit` could be a good fix.

Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2025-04-24 21:23:07 -07:00
..
main/java/org/apache/kafka/streams KAFKA-19128: Kafka Streams should not get offsets when close dirty (#19450) 2025-04-24 21:23:07 -07:00
test KAFKA-13722: code cleanup after deprecated StateStore.init() was removed (#18249) 2024-12-20 14:31:44 -08:00