mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
f1eb1a8fe7
* Add SQL replay checkpoint object to Datastore This will be part of the asynchronous commit-log replay to SQL. Whenever we successfully export commits up to a particular time, we should persist that time so we don't replay the same commits again (it is not idempotent) * Move SqlReplayCheckpoint from DS to SQL * Responses to CR