Skip to content

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