!clt #17364 Make ShardRegion.props internal
* the extension api is enough * simplify how roles are specified * make proxy mode more explicit by seperate method `startProxy`
This commit is contained in:
parent
9a762ff10e
commit
c1d5221bf8
9 changed files with 168 additions and 150 deletions
|
|
@ -111,8 +111,8 @@ class ClusterShardingFailureSpec extends MultiNodeSpec(ClusterShardingFailureSpe
|
|||
def startSharding(): Unit = {
|
||||
ClusterSharding(system).start(
|
||||
typeName = "Entity",
|
||||
entryProps = Some(Props[Entity]),
|
||||
roleOverride = None,
|
||||
entryProps = Props[Entity],
|
||||
role = None,
|
||||
rememberEntries = true,
|
||||
idExtractor = idExtractor,
|
||||
shardResolver = shardResolver)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue