Apache Dubbo · Example Payload

Dubbo Admin Model. Service Dto Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

Dubbo Admin Model. Service Dto Example is an example object payload from Apache Dubbo, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appNamegroupregistrySourceserviceversion

Example Payload

Raw ↑
{
  "appName": "example-service",
  "group": "default",
  "registrySource": "example-value",
  "service": "com.example.DemoService",
  "version": "1.0.0"
}