Merge pull request #17024 from carrot-garden/persistence-leveldb-dependency

!per #15884 Make LevelDB an optional dependency
This commit is contained in:
Patrik Nordwall 2015-03-25 09:07:55 +01:00
commit 7aa9fe25f2
13 changed files with 196 additions and 56 deletions

View file

@ -44,6 +44,7 @@ object ClusterShardingSpec extends MultiNodeConfig {
native = off
dir = "target/journal-ClusterShardingSpec"
}
akka.persistence.snapshot-store.plugin = "akka.persistence.snapshot-store.local"
akka.persistence.snapshot-store.local.dir = "target/snapshots-ClusterShardingSpec"
akka.contrib.cluster.sharding {
role = backend