swap config and DNS in aggregate example (#26131)
This commit is contained in:
parent
10e985526d
commit
2644b0e463
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ akka.discovery {
|
|||
aggregate {
|
||||
class = akka.discovery.aggregate.AggregateServiceDiscovery
|
||||
|
||||
# List of service discovery methods to try in order. E.g DNS then fall back to config
|
||||
# ["akka-dns" , "confg" ]
|
||||
# List of service discovery methods to try in order. E.g config then fall back to DNS
|
||||
# ["config", "akka-dns"]
|
||||
discovery-methods = []
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue