!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:
Patrik Nordwall 2015-06-30 09:28:30 +02:00
parent 4b6f2a6e49
commit 2832dd55c5
10 changed files with 65 additions and 20 deletions

View file

@ -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
====================================