bbejeck opened a new pull request, #17686: URL: https://github.com/apache/kafka/pull/17686
Kafka Streams actively purges records from repartition topics. Prior to this PR, Kafka Streams would retrieve the offset from the `consumedOffsets` map, but here are a couple of edge cases where the `consumedOffsets` can get ahead of the `commitedOffsets` map. In these cases, this means Kafka Streams will potentially purge a repartition record before it's committed. Updated the current `StreamTask` test to cover this case ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
