Replace ClusterRouterGroup/Pool "use-role" with "use-role-set" #23496
This commit is contained in:
parent
5477a6f92d
commit
a95a94acff
22 changed files with 445 additions and 96 deletions
|
|
@ -234,9 +234,12 @@ akka {
|
|||
# Useful for master-worker scenario where all routees are remote.
|
||||
allow-local-routees = on
|
||||
|
||||
# Use members with all specified roles, or all members if undefined or empty.
|
||||
use-roles = []
|
||||
|
||||
# Deprecated, since Akka 2.5.4, replaced by use-roles
|
||||
# Use members with specified role, or all members if undefined or empty.
|
||||
use-role = ""
|
||||
|
||||
}
|
||||
|
||||
# Protobuf serializer for cluster messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue