You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a deploy where v1 + v2 readers/writers run side-by-side: support 'I can read both v1 and v2; on save I emit v2 only'. Today the actor chooses one currentVersion at boot. Needed for zero-downtime schema upgrades in production.
For a deploy where v1 + v2 readers/writers run side-by-side: support 'I can read both v1 and v2; on save I emit v2 only'. Today the actor chooses one currentVersion at boot. Needed for zero-downtime schema upgrades in production.