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

   (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 metered store 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).
 This outermost, metered store layer handles all serialization/deserialization 
from `VersionedKeyValueStore` to a bytes-representation (`VersionedBytesStore`) 
so that all inner stores may operate only with bytes types (see changelogging 
layer in https://github.com/apache/kafka/pull/13251 as an example). 
   
   ### 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