DnsServiceLocator implements Lagom's ServiceLocator by using the DNS Service Locator service, which is an actor.
This module binds the ServiceLocator interface from Lagom to the DnsServiceLocator
The DnsServiceLocator is only bound if the application has been started in Prod mode.
This module binds the ServiceLocator interface from Lagom to the
DnsServiceLocatorTheDnsServiceLocatoris only bound if the application has been started inProdmode. InDevmode the embedded service locator of Lagom is used.