mirror of
https://github.com/google/nomulus
synced 2026-08-28 03:46:30 +00:00
* Save indexes when replaying EppResources SQL->DS We implement this similarly to how we implement the beforeSqlSaveOnReplay callback in the other direction -- a beforeDatastoreSaveOnReplay method that is called when replaying a Mutation to Datastore. This means that the asynchronous replay will create the relevant ForeignKeyIndex and EppResourceIndex objects for EppResources saved when SQL is primary.