In the Running a service with persistence enabled section, the documentation provides the name of the local database file name: db.mv.db. There is no documented way to change the default to another name.
It would be helpful to provide a config setting to change this default value. Preferably to a full path, e.g /tmp/my-db.mv.db'.
Such as:
mvn compile exec:java -Dakka.javasdk.dev-mode.persistence.enabled=true
mvn compile exec:java -Dakka.javasdk.dev-mode.persistence.db-path=/tmp/my-db.mv.db
If a config setting for this already exists, then it should be documented in the section.
In the Running a service with persistence enabled section, the documentation provides the name of the local database file name:
db.mv.db. There is no documented way to change the default to another name.It would be helpful to provide a config setting to change this default value. Preferably to a full path, e.g
/tmp/my-db.mv.db'.Such as:
If a config setting for this already exists, then it should be documented in the section.