So I'm still trying to work out the data sync prob...
# spicedb
s
So I'm still trying to work out the data sync problem for our SpiceDB project. The reason we can't do it the normal way (that is, in a db transaction in the app at the time of the update) is because we also have data that's being sideloaded into our db, continuously, using a binlog on a legacy MySQL server (Amazon DMS continuous migration), and this bypasses our app completely.