to akka.management.cluster.bootstrap.contact-point-discovery.discovery-method.
For Akka Cluster Bootstrap we can use more specific setting contact-point-discovery.discovery-method instead of taking over the entire akka.discovery.method. This frees up akka.discovery.method to be used for generic service discovery setting for example to chain config and DNS.
to akka.management.cluster.bootstrap.contact-point-discovery.discovery-method.
For Akka Cluster Bootstrap we can use more specific setting
contact-point-discovery.discovery-method
instead of taking over the entireakka.discovery.method
. This frees upakka.discovery.method
to be used for generic service discovery setting for example to chain config and DNS.Fixes #173 Ref https://github.com/akka/akka-management/issues/316
This was tested using the integration testing on reactive-lib https://github.com/lightbend/reactive-lib/pull/106
/cc @lightbend/play-lagom