Add snapshot-store.plugin config to 2.3-2.4 migration docs

This commit is contained in:
Martin Grotzke 2015-11-25 13:55:37 +01:00
parent 516b1f0954
commit ca84c13c38

View file

@ -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 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``. 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 PersistentView is deprecated
---------------------------- ----------------------------