All Products
Search
Document Center

Microservices Engine:View Dubbo service details

Last Updated:Mar 11, 2026

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

  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 lists all Dubbo services registered with this instance.

Services page

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:

FieldDescription
IP addressIP address of the provider
Port numberPort on which the provider listens
Group nameDubbo service group that the provider belongs to
VersionDubbo service version that the provider exposes
Provider details

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:

FieldDescription
IP addressIP address of the subscriber
Port numberPort number of the subscriber
Subscriber details