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

   (This PR is stacked on https://github.com/apache/kafka/pull/13188, which in 
turn is stacked on https://github.com/apache/kafka/pull/13143. Only the last 
commit (`add restore`) needs to be reviewed as part of this PR.)
   
   This PR builds on the new RocksDB-based versioned store implementation (see 
[KIP-889](https://cwiki.apache.org/confluence/display/KAFKA/KIP-889%3A+Versioned+State+Stores))
 introduced in https://github.com/apache/kafka/pull/13188 by adding code for 
restoring from changelog. The changelog topic format is the same as for regular 
timestamped key-value stores: record keys, values, and timestamps are stored in 
the Kafka message key, value, and timestamp, respectively. The code for 
actually writing to this changelog will come in a follow-up PR.
   
   ### 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