Service management

更新时间:
复制 MD 格式

You can use ZooKeeper as a registry for Dubbo services. Microservices Engine (MSE) lets you query and manage Dubbo services registered in an MSE ZooKeeper instance. This topic explains how to view service details.

Procedure

  1. Log on to the MSE console, and select a region in the top navigation bar.

  2. In the left-side navigation pane, choose Microservices Registry > Instances.

  3. On the Instances page, click the name of the instance.

  4. In the left-side navigation pane, choose Data Management> Services.

    The Services page displays all successfully registered services in a table with columns for Service name, Service type, and Actions. The Actions column provides View and Interface Details links. To view detailed information for a service, click its name or click View in the Actions column. The service details page opens, showing basic information such as the service name, application name, group name, and version. On this page, click the Providers tab to view a list of providers. This list includes details such as IP:port, serialization method, online/offline status, timeout (ms), weight, metadata, and available Actions (Go online/Take offline). Below the list, the interface metadata section displays the method name, parameter list, and return type.

    To view service subscriber information, click the Subscribers tab. The Subscribers tab shows the subscriber's IP address, port, and application name, such as dubbo-demo-annotation-consumer.