swap config and DNS in aggregate example (#26131)

This commit is contained in:
Renato Cavalcanti 2018-12-19 11:41:04 +01:00 committed by Johan Andrén
parent 10e985526d
commit 2644b0e463

View file

@ -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 = []
}