sqlsync icon indicating copy to clipboard operation
sqlsync copied to clipboard

coordinating reducer version upgrades

Open carlsverre opened this issue 2 years ago • 0 comments
trafficstars

Upgrading a reducer requires careful coordination between the server and the client.

Need to look at this from the perspective of client-server reducer version mismatch. When this occurs, the server is in a unique position to coordinate the upgrade.

The other problem is when the client submits mutations that were created by an older reducer version. This may require extending the reducer API to support "mutation migration" or lensing.

carlsverre avatar Sep 11 '23 22:09 carlsverre