Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added actor ref provider aliases #2526

Merged
merged 1 commit into from
Feb 22, 2017

Conversation

Horusiath
Copy link
Contributor

This implements case mentioned in #2515 .

Instead of typing:

  • akka.actor.provider = "Akka.Actor.LocalActorRefProvider"
  • akka.actor.provider = "Akka.Remote.RemoteActorRefProvider, Akka.Remote"
  • akka.actor.provider = "Akka.Cluster.ClusterActorRefProvider, Akka.Cluster"

we'll be able to just write:

  • akka.actor.provider = local
  • akka.actor.provider = remote
  • akka.actor.provider = cluster

Tests to ensure, that this actually happens are attached in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants