You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, Akka.Discovery is tightly coupled with Akka.Management.
Only one Discovery plugin can be loaded via HOCON
Discovery plugin retrieves its configuration from a fixed HOCON path
A plugin can only exist once, no parallelization is allowed.
Describe the solution you'd like
Change the configuration flow, have Akka.Discovery push the HOCON configuration to the ServiceDiscovery implementation instead of having the HOCON configuration path fixed Fix Akka.Discovery ServiceDiscovery instantiation #7245
Is your feature request related to a problem? Please describe.
Right now, Akka.Discovery is tightly coupled with Akka.Management.
Describe the solution you'd like
Akka.Discovery
push the HOCON configuration to theServiceDiscovery
implementation instead of having the HOCON configuration path fixed Fix Akka.DiscoveryServiceDiscovery
instantiation #7245ServiceDiscovery
instantiation code is backward compatible with old code Fix Akka.DiscoveryServiceDiscovery
instantiation #7245Add a new public API inNot needed,Akka.Discovery
to retrieve aServiceDiscovery
instanceLoadServiceDiscovery()
also doubles as a Get method.The text was updated successfully, but these errors were encountered: