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
`RememberEntitiesStore` (#49) ships with InMemory + DurableState-backed implementations. For deployments using Cassandra as their journal, having a Cassandra-backed RememberEntities is the natural complement — keeps all sharding-related persistence in one place, no extra backend dependency.
Scope:
New file `src/cluster/sharding/CassandraRememberEntitiesStore.ts`.
`RememberEntitiesStore` (#49) ships with InMemory + DurableState-backed implementations. For deployments using Cassandra as their journal, having a Cassandra-backed RememberEntities is the natural complement — keeps all sharding-related persistence in one place, no extra backend dependency.
Scope:
Tests:
Estimate: 2-3 days.