Armadindon opened a new pull request, #18398: URL: https://github.com/apache/kafka/pull/18398
I added an option to the method `org.apache.kafka.streams.state.VersionedKeyValueStore.get(K, long, boolean)` to permit to find a record, while ignoring all tombstones records. The find will search for previous record if we have a tombstone, and for the "validTo" field, the find method will search the first following "valid" record (ie. not a tombstone). I've added 3 tests, 2 for RocksDBVersionedStore and 1 for PartiallyDeserializedSegment ### Committer Checklist (excluded from commit message) - [X] Verify design and implementation - [X] Verify test coverage and CI build status - [X] 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]
