vcrfxia opened a new pull request, #13409: URL: https://github.com/apache/kafka/pull/13409
Prior to this PR, versioned stores always returned null for `get(key, timestamp)` calls where the timestamp has exceeded the store's history retention, even if the latest value for the key (i.e., the one returned from `get(key)`) satisfies the timestamp bound. This was an oversight from the earlier implementation -- `get(key, timestamp)` should still return a record in this situation since the record exists in the store. This PR updates both the javadocs and the implementation accordingly. ### 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org