vpapavas opened a new pull request #11513: URL: https://github.com/apache/kafka/pull/11513
As part of the consistency work, a RocksDBStore has a consistency vector that contains the latest seen offset of every partition. We need this information on StandBy servers as well. To achieve this, we persist the offset along each record that is written to the changelog topic. This way, Standby servers can re-create the consistency vector during restoration. There are three tests, one integration test that checks that the offsets are written to the changelog and restored at the standby. A unit test that tests restoration and a unit test that tests writing to changelog. ### 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