lightbend / reactive-cli

https://developer.lightbend.com/docs/lightbend-orchestration/current/
Apache License 2.0
23 stars 16 forks source link

Switch from akka.discovery.method #184

Closed eed3si9n closed 5 years ago

eed3si9n commented 5 years ago

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.

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

eed3si9n commented 5 years ago

I have a test in the next PR - https://github.com/lightbend/reactive-cli/pull/185

eed3si9n commented 5 years ago

Brought the test here.