From f9f3d2b683abef6d2b0189e338fe91ffd1a8b35c Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 21 May 2019 10:42:34 +0200 Subject: [PATCH] Clarify what versions migration applies to --- akka-docs/src/main/paradox/discovery/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/akka-docs/src/main/paradox/discovery/index.md b/akka-docs/src/main/paradox/discovery/index.md index fa1f685def..7e456683d5 100644 --- a/akka-docs/src/main/paradox/discovery/index.md +++ b/akka-docs/src/main/paradox/discovery/index.md @@ -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 `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 -any Akka Management module should be used if also using Akka Discovery. +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. + +At least version `1.0.0` of any Akka Management module should be used if also using Akka Discovery. Migration steps: