vcrfxia opened a new pull request, #13251:
URL: https://github.com/apache/kafka/pull/13251

   (This PR is stacked on https://github.com/apache/kafka/pull/13249 and 
https://github.com/apache/kafka/pull/13250. Only the last commit needs to be 
reviewed separately.)
   
   This PR introduces the changelogging layer for the new versioned key-value 
store introduced in 
[KIP-889](https://cwiki.apache.org/confluence/display/KAFKA/KIP-889%3A+Versioned+State+Stores).
 We choose to have the changelogging layer operate on `VersionedBytesStore` 
rather than `VersionedKeyValueStore` so that the outermost store layer (metered 
store, see <> for more) can serialize to bytes once and then all inner stores 
operate only with bytes types. 
   
   ### 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

Reply via email to