Class DirectRegistry

  • All Implemented Interfaces:
    DiscoveryService, Registry, RegistryService

    public class DirectRegistry
    extends Object
    Direct registry is used for local testing only. It is implement all the interface of registry and discovery that is backed by local service.yml configuration. All instances of the service will be defined in the config as hard-coded url:port along with other parameters.
    Author:
    axb, Steve Hu