!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:
parent
c1d5221bf8
commit
8de24f38ca
11 changed files with 290 additions and 177 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue