Add snapshot-store.plugin config to 2.3-2.4 migration docs
This commit is contained in:
parent
516b1f0954
commit
ca84c13c38
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue