Skip to content

[Feature] Dubbo Cloud Native : To Add Dubbo metadata service #3946

@mercyblitz

Description

@mercyblitz

Abstract

Dubbo metadata service is a built-in service around the metadata of Dubbo services, whose interface is provided by Dubbo Framework and exported automatically before subscription after other services exporting, which may be used for Dubbo subscribers and admin.

Metadata

Dubbo metadata includes several parts at least:

  • Exported URLs

If the current application exported the Dubbo Services, The exported URLs that must be present may be subscribed one or more services, even queried all services, or they are an empty collection, for instance, the application is only a pure Dubbo consumer.

  • Subscribed URLs

The Subscribed URLs may be used in operations scenario, e.g: Dubbo Admin

  • REST metadata (optional)

REST metadata is optional and may be used for generic invocation, e, g: Gateway or Proxy.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions