!cls #17158 Add configuration of sharding journal

* Use same type of settings object as in cluster-tools
* These settings can be different for different entity types
This commit is contained in:
Patrik Nordwall 2015-06-07 14:49:38 +02:00
parent c1d5221bf8
commit 8de24f38ca
11 changed files with 290 additions and 177 deletions

View file

@ -112,8 +112,7 @@ class ClusterShardingFailureSpec extends MultiNodeSpec(ClusterShardingFailureSpe
ClusterSharding(system).start(
typeName = "Entity",
entryProps = Props[Entity],
role = None,
rememberEntries = true,
settings = ClusterShardingSettings(system).withRememberEntries(true),
idExtractor = idExtractor,
shardResolver = shardResolver)
}