!clt, cls #17866 Use systemActorOf for exension actors
* ClusterSharding * ClusterClientReceptionist * dispatcher config, since deployment config can't be used for system actors
This commit is contained in:
parent
4b6f2a6e49
commit
2832dd55c5
10 changed files with 65 additions and 20 deletions
|
|
@ -282,6 +282,11 @@ The parameters of the ``Props`` factory methods in the ``ClusterReceptionist`` c
|
|||
has been moved to settings object ``ClusterReceptionistSettings``. This can be created from
|
||||
system configuration properties and also amended with API as needed.
|
||||
|
||||
The ``ClusterReceptionist`` actor that is started by the ``ClusterReceptionistExtension``
|
||||
is now started as a ``system`` actor instead of a ``user`` actor, i.e. the default path for
|
||||
the ``ClusterClient`` initial contacts has changed to
|
||||
``"akka.tcp://system@hostname:port/system/receptionist"``.
|
||||
|
||||
Asynchronous ShardAllocationStrategy
|
||||
====================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue