Microservices Engine (MSE) ZooKeeper instances serve as the registry for Dubbo services. After your Dubbo services register with an MSE ZooKeeper instance, you can view the service list, inspect provider details such as IP addresses and group names, and check subscriber connections from the MSE console.
Each registered service has two views:
Providers: The instances that expose the service.
Subscribers: The instances that consume the service.
Prerequisites
Before you begin, make sure that you have:
An MSE ZooKeeper instance
Dubbo services registered with the instance
Permissions to access the MSE console
View registered services
-
Log on to the MSE console, and select a region in the top navigation bar.
-
In the left-side navigation pane, choose Microservices Registry > Instances.
-
On the Instances page, click the name of the instance.
In the left-side navigation pane, choose Data Management > Services.
The Services page lists all Dubbo services registered with this instance.

View provider details
On the Services page, click View next to a service, or click the service name directly.
The provider details page displays the following fields:
| Field | Description |
|---|---|
| IP address | IP address of the provider |
| Port number | Port on which the provider listens |
| Group name | Dubbo service group that the provider belongs to |
| Version | Dubbo service version that the provider exposes |

View subscriber details
On the service details page, click the Subscriber tab.
The tab lists the following fields for each subscriber connected to the service:
| Field | Description |
|---|---|
| IP address | IP address of the subscriber |
| Port number | Port number of the subscriber |
