Skip to content

Tag: Registry

  • Service Registration and Discovery in Practice

    In Dubbo

    DubboRegistryService Discovery

    Service registration and discovery are the foundation of microservice architecture. Dubbo abstracts the registry as the Registry interface, so you can switch smoothly between ZooKeeper, Nacos, Consul and others without changing business code. …

    Service registration and discovery are the foundation of microservice architecture. Dubbo abstracts the registry as the Registry interface, so you can switch smoothly between ZooKeeper, Nacos, Consul and others without changing business code. …