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

   (This PR is stacked on https://github.com/apache/kafka/pull/13442. The first 
commit does not need to be reviewed separately.)
   
   This PR adds an integration test for the manual upgrade scenario to upgrade 
a non-versioned store to a versioned store. The procedure is outlined in 
[KIP-889](https://cwiki.apache.org/confluence/display/KAFKA/KIP-889%3A+Versioned+State+Stores#KIP889:VersionedStateStores-Compatibility,Deprecation,andMigrationPlan)
 and also in the docs added in https://github.com/apache/kafka/pull/13444:
   * stop all app instances
   * delete local state store
   * update changelog topic configs (done beforehand in the test, to ensure no 
premature compaction of data)
   * restart app with new code for versioned stores.
   
   ### 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