* Provide shorter aliases for the ActorRefProviders #20649 * Use the new actorefprovider aliases throughout code and docs * Cleaner alias replacement logic
This commit is contained in:
parent
3f72e7dad1
commit
d6c048f59a
127 changed files with 148 additions and 137 deletions
|
|
@ -27,7 +27,7 @@ Open <a href="#code/src/main/resources/application.conf" class="shortcut">applic
|
|||
|
||||
<p>
|
||||
To enable cluster capabilities in your Akka project you should, at a minimum, add the remote settings,
|
||||
and use <code>akka.cluster.ClusterActorRefProvider</code>. The <code>akka.cluster.seed-nodes</code> should
|
||||
and use <code>cluster</code> for <code>akka.actor.provider</code>. The <code>akka.cluster.seed-nodes</code> should
|
||||
normally also be added to your application.conf file.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue