Merge pull request #26984 from akka/raboof-patch-1

Discovery: clarify what versions migration applies to
This commit is contained in:
Patrik Nordwall 2019-05-21 20:47:59 +02:00 committed by GitHub
commit 80fd6532e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,10 +236,11 @@ The above configuration will result in `akka-dns` first being checked and if it
targets for the given service name then `config` is queried which i configured with one service called targets for the given service name then `config` is queried which i configured with one service called
`service1` which two hosts `host1` and `host2`. `service1` which two hosts `host1` and `host2`.
## Migrating from Akka Management Discovery ## Migrating from Akka Management Discovery (before 1.0.0)
Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `1.0.0` of Akka Discovery started out as a submodule of Akka Management, before 1.0.0 of Akka Management. Akka Discovery is not compatible with those versions of Akka Management Discovery.
any Akka Management module should be used if also using Akka Discovery.
At least version `1.0.0` of any Akka Management module should be used if also using Akka Discovery.
Migration steps: Migration steps: