diff --git a/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst b/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst index 0206bc6ea8..c5d3526d05 100644 --- a/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst +++ b/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst @@ -477,6 +477,13 @@ max-message-batch-size config Configuration property ``akka.persistence.journal.max-message-batch-size`` has been moved into the plugin configuration section, to allow different values for different journal plugins. See ``reference.conf``. +akka.persistence.snapshot-store.plugin config +--------------------------------------------- + +The configuration property ``akka.persistence.snapshot-store.plugin`` now by default is empty. To restore the previous +setting add ``akka.persistence.snapshot-store.plugin = "akka.persistence.snapshot-store.local"`` to your application.conf. +See ``reference.conf``. + PersistentView is deprecated ----------------------------