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 {
|
aggregate {
|
||||||
class = akka.discovery.aggregate.AggregateServiceDiscovery
|
class = akka.discovery.aggregate.AggregateServiceDiscovery
|
||||||
|
|
||||||
# List of service discovery methods to try in order. E.g DNS then fall back to config
|
# List of service discovery methods to try in order. E.g config then fall back to DNS
|
||||||
# ["akka-dns" , "confg" ]
|
# ["config", "akka-dns"]
|
||||||
discovery-methods = []
|
discovery-methods = []
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue