Several persistence options are declared/exported but never read. Pre-1.0, remove them (hard cut, BREAKING notes in CHANGELOG):
LiveQueryOptions.batchSize and clock — src/persistence/query/PersistenceQuery.ts:95,100; no implementation batches or uses the injected clock.
durableStatePluginId + withDurableStatePluginId on the object-storage plugin options — src/persistence/object-storage/ObjectStoragePluginOptions.ts:14,93; the plugin only ever reads snapshotPluginId.
- HOCON key
persistence.recovery.mode — src/config/reference.ts:85-87 (+ configuration.mdx EN/DE); read nowhere.
- Cassandra
consistency/withConsistency — remove here if not wired in the sibling Cassandra-fix issue.
Keep the *_DURABLE_STATE_PLUGIN_ID constants — they become live once the DurableState registry lands (Phase 3).
Part of Phase 1.
Several persistence options are declared/exported but never read. Pre-1.0, remove them (hard cut, BREAKING notes in CHANGELOG):
LiveQueryOptions.batchSizeandclock—src/persistence/query/PersistenceQuery.ts:95,100; no implementation batches or uses the injected clock.durableStatePluginId+withDurableStatePluginIdon the object-storage plugin options —src/persistence/object-storage/ObjectStoragePluginOptions.ts:14,93; the plugin only ever readssnapshotPluginId.persistence.recovery.mode—src/config/reference.ts:85-87(+ configuration.mdx EN/DE); read nowhere.consistency/withConsistency— remove here if not wired in the sibling Cassandra-fix issue.Keep the
*_DURABLE_STATE_PLUGIN_IDconstants — they become live once the DurableState registry lands (Phase 3).Part of Phase 1.