Apache Dubbo · Example Payload

Dubbo Admin Model. Dynamic Config Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Top-level fields

applicationconfigVersionconfigsenabledidserviceserviceGroupserviceVersion

Example Payload

Raw ↑
{
  "application": "my-dubbo-app",
  "configVersion": "1.0.0",
  "configs": [
    "example-value"
  ],
  "enabled": true,
  "id": "500123",
  "service": "com.example.DemoService",
  "serviceGroup": "com.example.DemoService",
  "serviceVersion": "1.0.0"
}