Migration
- Before migrating to Apache Pekko Persistence Cassandra, ensure that you have migrated to akka-persistence-cassandra 1.0.6
- The core Pekko migration guide is also worth reading.
- Note that this project uses the
pekko
keyspace instead ofakka
.
Keyspaces
As noted above the default keyspace has been changed. You can either:
- Adapt your configuration to use your current keyspace
pekko.persistence.cassandra.journal.keyspace = "akka"
pekko.persistence.cassandra.snapshot.keyspace = "akka_snapshot"
- Create new keyspaces for “pekko” and “pekko_snapshot” and restore your data into the new keyspace
Configuration
All classes, plugin keys and profiles have also been adapted. Please refer to reference.conf on how to adapt your configuration.
1.0.0